Skip to content

Commit e55f0e5

Browse files
authored
Update workflows/seqinspector.nf
1 parent d6c22bc commit e55f0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/seqinspector.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ workflow SEQINSPECTOR {
104104
[meta.sample_id, stats]
105105
}}
106106
.splitCsv(header: true, sep: '\t')
107-
.view { sample_id, row ->
107+
.map { sample_id, row ->
108108
// Check if requested sample size exceeds available reads
109109
def sample_reads = row['#Seq'].toInteger()
110110
if (params.sample_size > sample_reads) {

0 commit comments

Comments
 (0)