Skip to content

Commit

Permalink
Merge pull request #1116 from nf-core/dls2-dev-remove-samplesheet-nf-…
Browse files Browse the repository at this point in the history
…coreutils-bugged-call

removal of bugged nf-core utils function call
  • Loading branch information
TCLamnidis authored Feb 28, 2025
2 parents aaac70a + a076743 commit 059c33a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subworkflows/local/utils_nfcore_eager_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ workflow PIPELINE_INITIALISATION {
}
[ meta, r1, r2, bam ]
}
.groupTuple()
.map { samplesheet ->
validateInputSamplesheet(samplesheet)
}

// - Only single-ended specified for BAM files
ch_samplesheet_for_branch.bam
Expand Down

0 comments on commit 059c33a

Please sign in to comment.