Hi Seqanswers community,
I am doing human whole genome sequence analysis, of the data obtained Illumina Hiseq 2000.
This is the pipeline i followed & get errors in using GATK
a) BWA ------> SAM output
b) samtools ---> sortedindexedbamoutput
c) picard ------> for readgroup replacement & removing duplicates
d) GATK ----> for indelrealignment, BQSR, variant calling.
when i give the following command for GATK-indel realignment, i get the error.
U]cd used:-[/U]
java -Xmx30g -jar GenomeAnalysisTK-2.6-5-gba531bd/GenomeAnalysisTK.jar -T IndelRealigner \ -R INDEX_REF_GENOME_HG19/hg19.fa \ -I WG_PBMC_SAM9_CORDSORT_RMDUP.BAM -targetintervals intervalListFromRTC.intervals \ -o WG_PBMC_SAM9_coordsort_realigned.bam
the errors are :-
##### ERROR ------------------------------------------------------------------------------------------
##### ERROR A USER ERROR has occurred (version 2.6-5-gba531bd):
##### 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 website and forum for extensive documentation and answers to
##### ERROR commonly asked questions http://www.broadinstitute.org/gatk
##### ERROR
##### ERROR MESSAGE: Argument with name '--targetIntervals' (-targetIntervals) is missing.
##### ERROR ------------------------------------------------------------------------------------------
kindly give me solutions, will be very thankful to you.
Please do let me know the proper usage of GATK.
Thanking you all,
Vishnu.
I am doing human whole genome sequence analysis, of the data obtained Illumina Hiseq 2000.
This is the pipeline i followed & get errors in using GATK
a) BWA ------> SAM output
b) samtools ---> sortedindexedbamoutput
c) picard ------> for readgroup replacement & removing duplicates
d) GATK ----> for indelrealignment, BQSR, variant calling.
when i give the following command for GATK-indel realignment, i get the error.
U]cd used:-[/U]
java -Xmx30g -jar GenomeAnalysisTK-2.6-5-gba531bd/GenomeAnalysisTK.jar -T IndelRealigner \ -R INDEX_REF_GENOME_HG19/hg19.fa \ -I WG_PBMC_SAM9_CORDSORT_RMDUP.BAM -targetintervals intervalListFromRTC.intervals \ -o WG_PBMC_SAM9_coordsort_realigned.bam
the errors are :-
##### ERROR ------------------------------------------------------------------------------------------
##### ERROR A USER ERROR has occurred (version 2.6-5-gba531bd):
##### 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 website and forum for extensive documentation and answers to
##### ERROR commonly asked questions http://www.broadinstitute.org/gatk
##### ERROR
##### ERROR MESSAGE: Argument with name '--targetIntervals' (-targetIntervals) is missing.
##### ERROR ------------------------------------------------------------------------------------------
kindly give me solutions, will be very thankful to you.
Please do let me know the proper usage of GATK.
Thanking you all,
Vishnu.
Comment