-
Notifications
You must be signed in to change notification settings - Fork 126
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 multiple regions analysis / 5R / SMURF / q2-sidle #702
Add multiple regions analysis / 5R / SMURF / q2-sidle #702
Conversation
…ltiple-regions-analysis
|
Failing linting is due to template update 2.13 (that restructures pipeline functions in folder lib, therefore postponed for now). |
The implemented
SIDLE_DBEXTRACT is repeated for each region, i.e. in this example 5 times. Possible changes to reduce runtime:
edit: Now |
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.
Two tiny comments. Otherwise 👍
Thanks! |
Addresses #701
Status:
--input samplesheet_multiregion.tsv --input_multiregion regions_multiregion.tsv --skip_taxonomy
--sidle_ref_tax_custom <file,file,file> --sidle_ref_tree_custom <file>
--sidle_ref_taxonomy silva
--sidle_ref_taxonomy greengenes
q2-sidle to condanot wanted by q2-sidle developerlib/WorkflowAmpliseq.groovy
Potential problem:
container 'docker.io/d4straub/pipesidle:0.1.0-beta'
, a container I build with https://github.com/d4straub/pipesidle/blob/main/Dockerfile and hosted in my docker hub account. The author of the pypi package doesnt want the software in conda. So thats the way I went for now. Any suggestions welcome.Ideas postponed:
overall_summary.tsv
&*.stats.tsv
remove from sample the region info and aggregate to obtain numbers per-sample instead of currently per-sample-per-region.conf/ref_databases.conf
seetaxlevels
) & output tab separated taxonomiesPR 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).