Skip to content

Commit

Permalink
remove "projectDir" from path for fastqscreen config in nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
FranBonath authored Nov 7, 2024
1 parent effa9c9 commit a2f2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params {
genome = null
fasta = null
igenomes_base = 's3://ngi-igenomes/igenomes/'
config_fastq_screen = "${projectDir}/conf"
config_fastq_screen = "./conf"
igenomes_ignore = false

// Fastqscreen options
Expand Down

0 comments on commit a2f2dfc

Please sign in to comment.