Open
Conversation
mashehu
reviewed
Apr 20, 2026
mashehu
reviewed
Apr 20, 2026
mashehu
reviewed
Apr 20, 2026
d084a2f to
f33e66e
Compare
sofstam
reviewed
Apr 23, 2026
| def unclassified_arg = save_unclassified ? "--un ${prefix}.unclassified" : "" | ||
| def classified_arg = save_classified ? "--cl ${prefix}.classified" : "" | ||
| def barcode_arg = barcode ? "--barcode ${barcode}" : "" | ||
| def umi_arg = umi ? "--UMI ${umi}" : "" |
Contributor
There was a problem hiding this comment.
--read-format STR: format for read, barcode and UMI files, e.g. r1:0:-1,r2:0:-1,bc:0:15,um:16:-1 for paired-end files with barcode and UMI
This might be needed too.
Contributor
Author
There was a problem hiding this comment.
i think they can pass through args right? is a STR not a file.
|
|
||
| """ | ||
| echo ${args} | ||
| #main output |
| touch ${prefix}.tsv | ||
|
|
||
| #Optional outputs | ||
| if ${save_unclassified}; then |
Contributor
There was a problem hiding this comment.
Maybe the optional outputs can be moved after def prefix
|
|
||
| stub: | ||
| def args = task.ext.args ?: '' | ||
| def prefix = task.ext.prefix ?: "${meta.id}" |
Contributor
Author
There was a problem hiding this comment.
you mean to include (when not -x is given) part in stub as well?
Contributor
Author
There was a problem hiding this comment.
I included it you may check, it may be redundant because not used in stub..
00f1ce3 to
883c987
Compare
883c987 to
598875e
Compare
Contributor
Author
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.
PR checklist
Closes #XXX
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile condaDescription
Add new module for centrifuger-quant — taxonomic quantification/profiling from Centrifuger classification results.
Module details
centrifuger-quant)centrifuger/centrifugermodule (classification) andcentrifuger/buildmodule (database building)