-
Notifications
You must be signed in to change notification settings - Fork 719
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
Updated test data base path batch 1 #6048
Conversation
@@ -213,8 +213,8 @@ nextflow_process { | |||
input[0] = [ | |||
[ id:'test', single_end:false ], // meta map | |||
[ | |||
file(params.test_data['homo_sapiens']['illumina']['test_1_fastq_gz'], checkIfExists: true), | |||
file(params.test_data['homo_sapiens']['illumina']['test_2_fastq_gz'], checkIfExists: true) | |||
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/illumina/fastq/test_1.fastq.gz', 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.
Hmm, this one seems to have lost the comma at the end.
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.
Good catch! I'll try to figure out how it happened.
As you've noticed, there are a bunch of modules which currently fail the tests for various reasons |
PR checklist
Closes #XXX
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