We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2d549 commit 10e405dCopy full SHA for 10e405d
nextflow.config
@@ -21,7 +21,7 @@ params {
21
igenomes_ignore = false
22
23
// Fastqscreen options
24
- fastq_screen_references = './assets/example_fastq_screen_references.csv'
+ fastq_screen_references = "${baseDir}/assets/example_fastq_screen_references.csv"
25
26
// MultiQC options
27
multiqc_config = null
nextflow_schema.json
@@ -94,7 +94,6 @@
94
},
95
"fastq_screen_references": {
96
"type": "string",
97
- "default": "./assets/example_fastq_screen_references.csv",
98
"fa_icon": "fas fa-search",
99
"description": "A .csv of reference genomes to be mapped against by FastQ Screen"
100
}
0 commit comments