-
Notifications
You must be signed in to change notification settings - Fork 21
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
Sylph #65
base: dev
Are you sure you want to change the base?
Sylph #65
Conversation
This PR is against the
|
|
Preferably, all new modules should be added to the central nf-core modules repo first, so they can be flexibly re-used in other pipelines as well. This tool for example would be very useful in e.g. Taxprofiler as well. |
I added sylph modules(sketch and profile,) but still need nftest, and publishDir etc still need to be properly defined in modules.config. To be able to run this modules currently samplesheet with added col (reference) is stored in assets folder.
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).