-
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
Add busco_clean parameter #353
Conversation
Prepare release 2.2.0
Patch release 2.2.1
|
@nf-core-bot fix linting |
Thanks for the PR! |
Done! I didn't fork off dev (realising now this was a mistake) so there's some changelog conflicts - hopefully they're not difficult to resolve. This is all rather new to me! |
Yes, nf-core pipelines are developed on the dev branch, not master branch. The file changes are fine now. Lets see how the CI tests run. |
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.
Hi, I am just wondering, is there a reason why you do not just delete the whole BUSCO
and and augustus_config
folders? The relevant BUSCO output files were anyway copied/moved before, or am I missing something here?
There's other output in the |
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.
Didn't test it, but looks good to me
I'm going to merge this since nobody else seems to do that ;) |
Following #341: Added the parameter flag
params.busco_clean
and corresponding code inworkflow/modules/busco.nf
, to allow cleaning up of BUSCO work directories following successful execution to reduce file numbers.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).