Skip to content

Commit 9fed239

Browse files
committed
set proper flag for parallel
1 parent 68404b3 commit 9fed239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/agat.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ process normalize_gxf {
1212
script:
1313
base_name = RainUtils.cleanPrefix(gxf)
1414
"""
15-
agat_convert_sp_gxf2gxf.pl --gxf ${gxf} -o ${base_name}_normalized.gff3 -t ${task.cpus} --no-progess_bar --tabix
15+
agat_convert_sp_gxf2gxf.pl --gxf ${gxf} -o ${base_name}_normalized.gff3 --cpu ${task.cpus} --no-progess_bar --tabix
1616
"""
1717
}

0 commit comments

Comments
 (0)