diff --git a/conf/modules.config b/conf/modules.config index b236e177..369b900d 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -263,7 +263,7 @@ process { } withName: '.*:CIRCEXPLORER2:UNIFY' { - ext.args = "-v FS='\\t' -v OFS='\\t' '{ print \$1, \$2, \$3, \$1 \":\" \$2 \"-\" \$3 \":\" \$6, \$10, \$6 }'" + ext.args = "-v FS='\\t' -v OFS='\\t' '{ print \$1, \$2, \$3, \$1 \":\" \$2 \"-\" \$3 \":\" \$6, \$13, \$6 }'" ext.suffix = "circexplorer2.bed" publishDir = [ path: { "${params.outdir}/circrna_discovery/circexplorer2/${meta.id}" },