-
Notifications
You must be signed in to change notification settings - Fork 4
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
Overall clean up #98
Overall clean up #98
Conversation
|
Looks good for me. How you picked up all the white spaces now? nf-core linting didn't complain it before? I think it is ok to keep |
Thanks for raising that. The introduction of
|
Co-authored-by: Guoying Qi <[email protected]>
I decided to remove the commit that renamed the parameter |
This is a bit of cleanup of the code and parameters that I want to get in before #97 and finally reaching v1.0.0.
The Changelog mentions a tentative intermediate v0.5.0 release, though I'm not sure it will happen at all. If I can get all the work done to support draft assemblies soon enough, I may ship both as v1.0.0.
I've removed all the
--blast*
parameters because end users could not change them without breaking the pipeline.I've renamed
--busco
to prepare the introduction of the--busco_lineages
parameter in Support draft assemblies #97 .I've removed
--taxa_file
because it didn't add anything more than--taxon
.I've fixed the channel factories so that they're correctly queue/value channels, and paths are properly constructed as paths (files).
Whitespace cleanup
And two pipeline changes:
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).