File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11lint :
22 files_unchanged :
33 - .github/CONTRIBUTING.md
4+ nextflow_config :
5+ - config_defaults :
6+ - params.fastq_screen_references
47nf_core_version : 3.2.0
58repository_type : pipeline
69template :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ params {
2121 igenomes_ignore = false
2222
2323 // Fastqscreen options
24- fastq_screen_references = ' . /assets/example_fastq_screen_references.csv'
24+ fastq_screen_references = " ${ projectDir } /assets/example_fastq_screen_references.csv"
2525
2626 // MultiQC options
2727 multiqc_config = null
Original file line number Diff line number Diff line change 9494 },
9595 "fastq_screen_references" : {
9696 "type" : " string" ,
97- "default" : " . /assets/example_fastq_screen_references.csv" ,
97+ "default" : " ${projectDir} /assets/example_fastq_screen_references.csv" ,
9898 "fa_icon" : " fas fa-search" ,
9999 "description" : " A .csv of reference genomes to be mapped against by FastQ Screen"
100100 }
You can’t perform that action at this time.
0 commit comments