Dear all, I am trying to find variant in our whole genome sequencing data of various c elegans mutants as compared to the ref seq. I am using a previously published workflow from the Hobert lab. However this workflow was meant for single end reads , so I edited it for paired end reads - by adding an input for reverse end reads durong the mapping step. However once the workflow reaches the variant calling step it stops due to some error- which I have pasted below. Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/galaxy-repl/main/scratch
ERROR ------------------------------------------------------------------------------------------
ERROR A USER ERROR has occurred (version exported):
ERROR The invalid arguments or inputs must be corrected before the GATK can proceed
ERROR Please do not post this error to the GATK forum
ERROR
ERROR See the documentation (rerun with -h) for this tool to view allowable command-line arguments.
ERROR Visit our wiki for extensive documentation http://www.broadinstitute.org/gsa/wiki
ERROR Visit our forum to view answers to commonly asked questions http://getsatisfaction.com/gsa
ERROR
ERROR MESSAGE: Invalid command line: Unknown tribble type tabular: Field variant had provided type tabular but there's no such Tribble type. The compatible types are:
ERROR Name FeatureType Documentation
ERROR VCF VariantContext http://www.broadinstitute.org/gsa/gatkdocs/release/org_broadinstitute_sting_utils_codecs_vcf_VCFCodec.html
ERROR VCF3 VariantContext http://www.broadinstitute.org/gsa/gatkdocs/release/org_broadinstitute_sting_utils_codecs_vcf_VCF3Codec.html
ERROR ------------------------------------------------------------------------------------------
Please give me some ideas as to what this error means and how I could fix it !! Thanks mk