-
Notifications
You must be signed in to change notification settings - Fork 111
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
Move binning entry test to binrefinement test, and fix binning entry+ concoct bug #473
Conversation
|
Error running the CI tests:
Same error as #470 (comment), this time with Kraken2 instead of Centrifuge. Again, line 20 in kraken2.nf is |
Another error:
Dumping here in case I lose it when the CI re-runs. Looking at the module, CONCOCT needs uncompressed assemblies - the binning entry spreadsheet supplies them as gzipped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea! One question but not a blocker if it's working!
test_binrefinement
takes a long time to run - why not skip a whole bunch of steps!Edit: In doing this, found a binning entry bug - the pipeline works internally with uncompressed assemblies, but I supplied the assemblies on the test-data site as gzipped (which is likely what users will have from a previous mag run). Added a step in setting up the assemblies channel which checks binning_entry fasta files for gzippedness (by file extension), and uncompresses them if so. Updated the docs accordingly.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).