-
Notifications
You must be signed in to change notification settings - Fork 129
Fix busco_clean parameter being enabled by default #419
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
Conversation
|
Not convinced this worked, but in which case I have no idea what is happening - the number of processes between the two branches are identical...! |
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.
That actually looks like it should work, I approve. If you are still uncertain, let me know and I check (in that case please wait with merging).
That should allow #395 to pass, right? |
That's the theory! I think it will need a little updating to bring it in line with other recent changes. |
busco_clean
was enabled by default due to an error in the script to check if it is set.Fixes the check, but also enables it in the binrefinement test because it fails without it due to space limitations. I expect this PR will fail this test due to this.
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).