-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.2 does not run, fails in frag histogram step #211
Comments
Just echo-ing this -- I got the exact same error running the nf-core/cutandrun v3.2-g506a325 version of the pipeline on Nextflow 23.04.3 in Slurm/HPC setting. |
Hi, I am just about to release a patch for 3.2.1, could you try when released? |
Sure, I actually just had some C&R data come off the sequencer on Friday so I planned to run the pipeline this week anyways. I'll follow up in the next few days. |
I came up with
but happily receive other instructions to test. |
After addressing variable visibility, the error changes to
|
No one else is reporting these errors, this is strange! |
I just send batch job to our cluster with v3.2.1, let's see what happens here. |
Cannot find revision Can I call this with explicit -r 3.2.1? Or is it still just 3.2? |
3.2.1 is out. My initial reflex was that this could be a Python-version issue wrt variable scoping when these are implicitly defined in the loop - but I tested this and this is not the case. That said, Python is 3.7 for me. From how I interpret this, this only makes sense if the loop is never entered, i.e. if Does that make any sense? |
I have rerun 3.2.1 and it first failed with the same error, then added
and "-resume"-ed , corrected Python errors in my debug line :-) and resumed again. And then it worked. I found that the peak lists were not all cached when resumed - some files had still to be run. Would that be a potential explanation for the error? For a clearer error message, would you consider adding an extra debug message or even an early exit when the semantics are disturbed, like a glob not returning any results? Would you prefer me preparing a PR for that? |
Description of the bug
Same arguments as with version 3.1 and that works, but the 3.2 fails with following error:
frag_hist["group"] = group_short
NameError: name 'group_short' is not defined
Command used and terminal output
Relevant files
No response
System information
N E X T F L O W ~ version 23.04.3, SLurm, HPC
The text was updated successfully, but these errors were encountered: