We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68404b3 commit 9fed239Copy full SHA for 9fed239
modules/agat.nf
@@ -12,6 +12,6 @@ process normalize_gxf {
12
script:
13
base_name = RainUtils.cleanPrefix(gxf)
14
"""
15
- agat_convert_sp_gxf2gxf.pl --gxf ${gxf} -o ${base_name}_normalized.gff3 -t ${task.cpus} --no-progess_bar --tabix
+ agat_convert_sp_gxf2gxf.pl --gxf ${gxf} -o ${base_name}_normalized.gff3 --cpu ${task.cpus} --no-progess_bar --tabix
16
17
}
0 commit comments