Skip to content

Commit 28b4dbb

Browse files
committed
Rename process from STRINGTIE to STRINGTIE_STRINGTIE
1 parent d63377e commit 28b4dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ if (!params.skip_alignment) {
455455

456456
if (!params.skip_stringtie) {
457457
process {
458-
withName: 'STRINGTIE' {
458+
withName: 'STRINGTIE_STRINGTIE' {
459459
ext.args = [
460460
'-v',
461461
params.stringtie_ignore_gtf ? '' : '-e'

0 commit comments

Comments
 (0)