Skip to content

Commit b0b3607

Browse files
committed
v1.6.2
1 parent 39291e7 commit b0b3607

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Version 1.6
2+
## 1.6.2
3+
* Fix erroneous channel dump in inputReads.nf that was triggered by Nextflow 24.10
24
## 1.6.1
35
* Fix unnecessary parameter warning
46
## 1.6.0

modules/inputReads.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ main:
402402
if (params.fastqc) {
403403
// Exclude I1 and I2 from fastqc
404404
mainReads = fqSamples.flatMap{it.get(1)}.filter{getReadFromFqname(it.getName())[0] == 'R'}
405-
channel.dump(tag:'fastqc')
406405
fastqc(mainReads)
407406
reports = fastqc.out.zip
408407
if (runDir != null) {

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
manifest {
22
name = 'ScaleRna'
3-
version = '1.6.1'
3+
version = '1.6.2'
44
description = 'ScaleBio Seq Suite: RNA workflow'
55
homePage = 'https://scale.bio'
66
}

0 commit comments

Comments
 (0)