Skip to content

Commit

Permalink
Use correct name of argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Oct 14, 2024
1 parent 4a9fa88 commit a3dea86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workflow GENERATE_DOWNSTREAM_SAMPLESHEETS {
format = 'csv' // most common format in nf-core
format_sep = ','

if ( params.generate_pipeline_samplesheets == 'mag' && params.save_analysis_ready_reads ) {
if ( params.generate_pipeline_samplesheets == 'mag' && params.save_analysis_ready_fastqs ) {
def fastq_rel_path = '/'
format = 'csv'
format_sep = ','
Expand Down

0 comments on commit a3dea86

Please sign in to comment.