We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b999721 commit 8084e70Copy full SHA for 8084e70
1 file changed
conf/base.config
@@ -65,7 +65,7 @@ process {
65
errorStrategy = 'ignore'
66
}
67
68
- withName: extract_unmapped_reads {
+ withName: strip_input_fastq {
69
cpus = { check_max(8 * task.attempt, 'cpus') }
70
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
71
0 commit comments