Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GATK IndelGenotyperV2 ERROR

    when I followed the pipeline:


    java -Xmx4g -jar GenomeAnalysisTK.jar \
    -l INFO \
    -nt 8 \
    -R ./hg19fasta/ucsc.hg19.fasta \
    -B:dbsnp,vcf /share/user_data/wfz1/database/hg19database/dbsnp_132.hg19.vcf \
    -I ./hg19fasta/pair-end32.sorted.bam \
    -T CountCovariates \
    -cov ReadGroupCovariate \
    -cov QualityScoreCovariate \
    -cov CycleCovariate \
    -cov DinucCovariate \
    -recalFile ./hg19fasta/32.csv \
    --default_read_group HWI-ST499:5:5:8126:176904#CTTGTA \
    --default_platform illumina

    .......
    in this step:

    java -Xmx4g -jar GenomeAnalysisTK.jar \
    -T IndelGenotyperV2 \
    -l INFO \
    -R ./hg19fasta/ucsc.hg19.fasta \
    -I ./hg19fasta/cleaned31.bam \
    -bed my.brief.output.bed \
    -o my.detailed.output.vcf

    I got this ERROR:
    Badly formed genome loc: Parameters to GenomeLocParser are incorrect:The stop position 1 is less than start 150
    what is problem? I'm just following the pipeline.
    ps:my bam data is : pair-end31.sorted.bam
    Last edited by wanguan2000; 07-24-2011, 06:39 PM.

  • #2
    java -Xmx4g -jar /share/user_data/wfz1/wangguan/GATK/GenomeAnalysisTK-1.1-3-g1f8fc4a/GenomeAnalysisTK.jar \
    -T SomaticIndelDetector \
    -l INFO \
    -R ./hg19fasta/ucsc.hg19.fasta \
    -I ./hg19fasta/cleaned31.bam \
    -bed ./hg19fasta/my.brief.output31.bed\
    -verbose ./hg19fasta/my.detailed.output31.txt \
    -o ./hg19fasta/my.output31.vcf

    GenomeAnalysisTK-1.1-3-g1f8fc4a don't contain the IndelGenotyperV2, It has the SomaticIndelDetector.
    in my case, the pair-end data was merger in one pair-end31.sam. The SomaticIndelDetector was need -I:normal data1.bam -I:tumor data2.bam.
    what can I do?

    Comment


    • #3
      'Paired sample mode' in the Somatic Indel Detector docs refers to tumour/normal pairs. If you don't have these, you can follow the instructions for 'Single Sample Mode' (the single input bam file can contain paired end data). However, in this case you'd be much better off following the current pipeline:



      This uses the Unified Genotyper to call both indels and SNPs. For help with this, see:



      The old v1 pipeline you were using is not designed to work with recent versions of the GATK.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 11:49 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-24-2024, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      61 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X