-
Notifications
You must be signed in to change notification settings - Fork 110
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
Bins in CheckM summary do not match bins in bin depths summary #603
Comments
Hi @QingDAI0225 do you mind sharing with me the files within the |
Already sent you through email. Thank you so much. |
OK I think I've identified the problem: the bin IDs in the I'm not sure why this is at the moment, but I'm currently at a hackathon working on something else - I will try to come back to this next week. |
Trying locally, actually this does not seem to be an issue when running iwth BUSCO at least. |
@QingDAI0225 we also inspected with @maxibor and we discussed why you may be missing the 6 CheckM bins. The hypothesis is that maybe some of your CHECKM jobs failed (e.g, no marker genes could be found), and thus were not exported. IF this is valid behaviour (assuming CheckM did just not find anything for those bins, rather than CheckM failing for some other reason), we will update the Could you please send me your |
And also if you can send the |
So we strongly suspect this is it, and can be confirmed by sending teh Technical details: the CHECKM module has all outputs set to 'optional: true', meaning it will not fail if there is no output file found. We think this happens on purpose: we suspect If we confirm this is the case, then we just need to update the |
Description of the bug
Nextflow workflow report
Workflow execution completed unsuccessfully!
The exit status of the task that caused the workflow execution to fail was: 1.
The full error message was:
Error executing process > 'NFCORE_MAG:MAG:BIN_SUMMARY (1)'
Caused by:
Process
NFCORE_MAG:MAG:BIN_SUMMARY (1)
terminated with an error exit status (1)Command executed:
combine_tables.py --depths_summary bin_depths_summary.tsv --checkm_summary checkm_summary.tsv --quast_summary quast_summary.tsv --gtdbtk_summary gtdbtk_summary.tsv --out bin_summary.tsv
cat <<-END_VERSIONS > versions.yml
"NFCORE_MAG:MAG:BIN_SUMMARY":
python: $(python --version 2>&1 | sed 's/Python //g')
pandas: $(python -c "import pkg_resources; print(pkg_resources.get_distribution('pandas').version)")
END_VERSIONS
Command exit status:
1
Command output:
(empty)
Command error:
INFO: Environment variable SINGULARITYENV_TMPDIR is set, but APPTAINERENV_TMPDIR is preferred
INFO: Environment variable SINGULARITYENV_NXF_DEBUG is set, but APPTAINERENV_NXF_DEBUG is preferred
Bins in CheckM summary do not match bins in bin depths summary!
Command used and terminal output
Relevant files
No response
System information
Nextflow version
version 23.04.3, build 5875 (11-08-2023 18:37 UTC)
Hardware
HPC
Executor
slurm
Container engine:
Singularity
Version of nf-core/mag 2.5.4
The text was updated successfully, but these errors were encountered: