Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#1114](https://github.com/nf-core/eager/issues/1114) Removed bugged call to nf-core utils template function, behaving inconsistently across https and local input paths. not necessary for our samplesheet validation

### `Dependencies`

### `Deprecated`
Expand Down
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
Loading