-
Notifications
You must be signed in to change notification settings - Fork 951
Add module t1k/build #9625
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?
Add module t1k/build #9625
Conversation
famosab
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.
Looks good just one small request :)
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 you rename this to nextflow.config? That is what we advise to do :)
|
|
||
| test("homo_sapiens - kir") { | ||
|
|
||
| config "./download.config" |
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.
| config "./download.config" | |
| config "./nextflow.config" |
|
|
||
| test("homo_sapiens - kir - stub") { | ||
|
|
||
| config "./download.config" |
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.
| config "./download.config" | |
| config "./nextflow.config" |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta' ,checkIfExists: true), | ||
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf' ,checkIfExists: true) |
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.
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta' ,checkIfExists: true), | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf' ,checkIfExists: true) | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta', checkIfExists: true), | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf', checkIfExists: true) |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta' ,checkIfExists: true), | ||
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf' ,checkIfExists: true) |
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.
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta' ,checkIfExists: true), | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf' ,checkIfExists: true) | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta', checkIfExists: true), | |
| file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.gtf', checkIfExists: true) |
| tuple val(meta), path("*_rna_seq.fa") , optional: true, emit: rna_sequences | ||
| tuple val(meta), path("*_dna_seq.fa") , optional: true, emit: dna_sequences | ||
| tuple val(meta), path("*_rna_coord.fa") , optional: true, emit: rna_coordinates | ||
| tuple val(meta), path("*_dna_coord.fa") , optional: true, emit: dna_coordinates | ||
| tuple val(meta), path("*.dat") , optional: true, emit: database |
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.
| tuple val(meta), path("*_rna_seq.fa") , optional: true, emit: rna_sequences | |
| tuple val(meta), path("*_dna_seq.fa") , optional: true, emit: dna_sequences | |
| tuple val(meta), path("*_rna_coord.fa") , optional: true, emit: rna_coordinates | |
| tuple val(meta), path("*_dna_coord.fa") , optional: true, emit: dna_coordinates | |
| tuple val(meta), path("*.dat") , optional: true, emit: database | |
| tuple val(meta), path("*_rna_seq.fa") , optional: true, emit: rna_sequences | |
| tuple val(meta), path("*_dna_seq.fa") , optional: true, emit: dna_sequences | |
| tuple val(meta), path("*_rna_coord.fa"), optional: true, emit: rna_coordinates | |
| tuple val(meta), path("*_dna_coord.fa"), optional: true, emit: dna_coordinates | |
| tuple val(meta), path("*.dat") , optional: true, emit: database |
| def ena_args = ena ? "-d ${ena}" : '' | ||
| def fasta_args = fasta ? "-f ${fasta}" : '' | ||
| def annotation_args = annotation ? "-g ${annotation}" : '' | ||
|
|
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.
PR checklist
Closes #7963
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 conda