Hi there,
do you know why I got this error when I try to use CatVariant ?
java -Xmx10G -jar /Users/xxx/bin/GenomeAnalysisTK-3.5/GenomeAnalysisTK.jar org.broadinstitute.sting.tools.CatVariants \
-V file1.vcf
-V file2.vcf
-o merged.vcf \
-R /Users/xxx/referenceHG19/ucsc.hg19.fasta
ERROR ------------------------------------------------------------------------------------------
ERROR A USER ERROR has occurred (version 3.5-0-g36282e4):
ERROR
ERROR This means that one or more arguments or inputs in your command are incorrect.
ERROR The error message below tells you what is the problem.
ERROR
ERROR If the problem is an invalid argument, please check the online documentation guide
ERROR (or rerun your command with --help) to view allowable command-line arguments for this tool.
ERROR
ERROR Visit our website and forum for extensive documentation and answers to
ERROR commonly asked questions http://www.broadinstitute.org/gatk
ERROR
ERROR Please do NOT post this error to the GATK forum unless you have really tried to fix it yourself.
ERROR
ERROR MESSAGE: Invalid argument value 'org.broadinstitute.gtak.tools.CatVariants' at position 0.
ERROR ------------------------------------------------------------------------------------------
Thank you very much.