-
Notifications
You must be signed in to change notification settings - Fork 861
Add metabuli/build module #8148
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
base: master
Are you sure you want to change the base?
Conversation
…date snapshot to exclude md5 comparison of db.parameters
path taxonomy_nodes, stageAs: 'taxonomy/nodes.dmp' | ||
path taxonomy_merged, stageAs: 'taxonomy/merged.dmp' | ||
path accession2taxid, stageAs: 'taxonomy/*' | ||
|
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.
Missing optional --cds-info
file
Groovy Map containing sample information | ||
- fasta: | ||
type: file | ||
description: Fasta file with input assemblies |
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.
Does it have to be a single fasta or can it be a list of FASTAs?
The docs imply to me that you can add lots of paths to fasta.txt
?
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.
Yes - I think there is an option to provide multiple fastas to metabuli.
description: File describing individual members of a taxonomic tree | ||
- - taxonomy_nodes: | ||
type: file | ||
description: File describing parent-child relationships of a taxonomic tree |
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.
description: File describing parent-child relationships of a taxonomic tree | |
description: File describing parent-child relationships of a taxonomic tree in NCBI nodes.dmp format |
I assume?
path("${process.out.db[0][1]}/acc2taxid.map"), | ||
path("${process.out.db[0][1]}/diffIdx"), | ||
path("${process.out.db[0][1]}/info"), | ||
file("${process.out.db[0][1]}/split").name, | ||
path("${process.out.db[0][1]}/taxID_list"), | ||
file("${process.out.db[0][1]}/db.parameters").name, |
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.
If these are mostly files, you can include them in the stub run as empty fils with these names
} | ||
|
||
} | ||
} |
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.
Missing the stub test!
PR checklist
Adds
metabuli/build
module that wrapsmetabuli build
. Immediate need is having a possibility to use it innf-core/createtaxdb
to later usemetabuli classify
innf-core/taxprofiler
Closes #8014
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda