I am using GATK VariantsTOVCF to convert .txt format to .vcf format and met the error. The commands I used are as follows,
$ java -jar GenomeAnalysisTK.jar -R genome.fa -T VariantsToVCF --variant:mm10 snp137.txt -o snp137.vcf
Here is the ERROR information, not quite understand what is it exact mean since I am new to use this software
ERROR ------------------------------------------------------------------------------------------
ERROR A USER ERROR has occurred (version 2.7-4-g6f46d11):
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](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 command line: No tribble type was provided on the command line and the type of the file could not be determined dynamically. Please add an explicit type tag :NAME listing the correct type from among the supported types:
See more at: http://gatkforums.broadinstitute.org/discussion/3392/variantstovcf#latest
It clearly says not to post it on GATK forum but you still pasted it which is not cool. As it says there is sth wrong with your input command. Can you paste the usage for VariantsToVCF feature of GATK.
Thank you for your reminding, ashutoshmits. there is no details for the usage of VariantsToVCF in GATK pakage but from the Broad institute website as http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_variantutils_VariantsToVCF.html