-
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
Patch of #534 into dev for v2.5.1 #548
Conversation
|
tuple val(meta), path("*.bin2classification.names.txt") , emit: tax_classification_names | ||
path("*.ORF2LCA.names.txt.gz") , emit: orf2lca_classification | ||
path("raw/*.ORF2LCA.txt.gz") , emit: orf2lca | ||
path("raw/*.predicted_proteins.faa.gz") , emit: faa | ||
path("raw/*.predicted_proteins.gff.gz") , emit: gff | ||
path("raw/*.log") , emit: log | ||
path("raw/*.bin2classification.txt.gz") , emit: tax_classification_taxids | ||
path "versions.yml" , emit: versions |
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.
Do any of the res tof these files also need a meta? e.g. the names? Or are they not used for anything else?
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.
None of these files are re-used later, hence no meta for them.
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.
Do any of the res tof these files also need a meta? e.g. the names? Or are they not used for anything else?
None of these are needed for later, hence no meta
We can ignore the Prettier error, it's a bug in the template rather than us. |
@nf-core-bot fix linting |
Thanks @maxibor !! |
This is a patch for the 2.5.1 release, adressing the following issues (first pointed out in #534):
In
workflow/mag.nf
In
subworkflows/gtdbk.nf
In
subworkflows/depths.nf
In
modules/local/cat.nf
andmodules/local/cat_summary.nf
In
bin/combine_tables.py
f9c4f84Would close #532 and #530
Battle tested with the following command:
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).