Skip to content

Commit 8084e70

Browse files
committed
Fix warning
1 parent b999721 commit 8084e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/base.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ process {
6565
errorStrategy = 'ignore'
6666
}
6767

68-
withName: extract_unmapped_reads {
68+
withName: strip_input_fastq {
6969
cpus = { check_max(8 * task.attempt, 'cpus') }
7070
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
7171
}

0 commit comments

Comments
 (0)