-
Hi @TimHHH , Is the following command correct?
In the original codebase this is commented out at I'm confirming this since
Reference: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well spotted. |
Beta Was this translation helpful? Give feedback.
Well spotted.
It should be:
$JAVA -Xmx64G -jar $GATK SelectVariants -V PREFIX.potentialSV.vcf.gz -O PREFIX.potentialSV.DRgenes.vcf.gz -L $RESOURCE_PATH/DRgenes.list
Also note the
-L
rather than the-XL
.