Skip to content

Commit 0de2331

Browse files
committed
Make sure that the fork option is handled correctly by vep.
1 parent 1f7da1f commit 0de2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ process variant_effect_predictor {
373373
--total_length \
374374
--canonical \
375375
--ccds \
376-
"\$( test "\$SLURM_CPUS_ON_NODE" -gt 1 && echo "--fork \$SLURM_CPUS_ON_NODE" )" \
376+
\$( test "\$SLURM_CPUS_ON_NODE" -gt 1 && echo "--fork \$SLURM_CPUS_ON_NODE" ) \
377377
--fields Consequence,Codons,Amino_acids,Gene,SYMBOL,Feature,EXON,PolyPhen,SIFT,Protein_position,BIOTYPE \
378378
--assembly "\$ASSEMBLY" \
379379
--offline

0 commit comments

Comments
 (0)