Patch of #534 into dev for v2.5.1#548
Merged
jfy133 merged 5 commits intonf-core:devfrom Jan 26, 2024
Merged
Conversation
|
5 tasks
jfy133
approved these changes
Jan 26, 2024
Comment on lines
+14
to
+21
| 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 |
Member
There was a problem hiding this comment.
Do any of the res tof these files also need a meta? e.g. the names? Or are they not used for anything else?
Member
Author
There was a problem hiding this comment.
None of these files are re-used later, hence no meta for them.
maxibor
commented
Jan 26, 2024
Member
Author
maxibor
left a comment
There was a problem hiding this comment.
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
Member
|
We can ignore the Prettier error, it's a bug in the template rather than us. |
Member
|
@nf-core-bot fix linting |
This was referenced Jan 26, 2024
Member
|
Thanks @maxibor !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a patch for the 2.5.1 release, adressing the following issues (first pointed out in #534):
In
workflow/mag.nfIn
subworkflows/gtdbk.nfIn
subworkflows/depths.nfIn
modules/local/cat.nfandmodules/local/cat_summary.nfIn
bin/combine_tables.pyf9c4f84Would close #532 and #530
Battle tested with the following command:
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).