Skip to content

Commit

Permalink
remove extra argument, add missing {
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Oct 13, 2024
1 parent 4805060 commit acd4b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/utils_nfcore_smrnaseq_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ workflow PIPELINE_INITIALISATION {
workflow,
validate_params,
null
null
)


Expand Down Expand Up @@ -95,6 +94,7 @@ workflow PIPELINE_INITIALISATION {
.groupTuple()
.map { samplesheet ->
validateInputSamplesheet(samplesheet)
}
.map {
meta, fastqs ->
return [ meta, fastqs.flatten() ]
Expand All @@ -106,7 +106,7 @@ workflow PIPELINE_INITIALISATION {
three_prime_adapter = ch_three_prime_adapter // channel: [ val(string) ]
phred_offset = ch_phred_offset // channel: [ val(string) ]
}
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit acd4b0d

Please sign in to comment.