-
Notifications
You must be signed in to change notification settings - Fork 933
Add module: TRIDENT_FETCH
#9360
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
itrujnara
left a comment
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.
Hi @TCLamnidis, nice submission. I have left some minor comments.
|
|
||
| } | ||
|
|
||
| test("2012_MeyerScience-2.1.1 - fetchString - stub") { |
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.
A test for fetchFile is missing
| @@ -0,0 +1,70 @@ | |||
| process TRIDENT_FETCH { | |||
| tag "" | |||
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.
Can we somehow infer the tag from the input values?
| : 'biocontainers/poseidon-trident:1.6.7.1--hebebf5b_1'}" | ||
|
|
||
| input: | ||
| tuple path(archive_dir), val(fetch_s), path(fetch_fn) |
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.
Are you sure that a meta map will never be useful here?
| type: file | ||
| description: The genotype files of any newly downloaded package(s). | ||
| pattern: "output_archive/*/*.{geno,bed,vcf,geno.gz,bed.gz,vcf.gz}" | ||
| ontologies: [] |
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.
Some outputs (at least this one) should have some suitable ontology. Can you please check?
This PR adds modules for
trident:PR checklist
Closes #XXX
versions.ymlfile.labelnf-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 conda