Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

GATK Index Feature FIle No suitable codecs found

Answered
0

4 comments

  • Avatar
    Gökalp Çelik

    Hi

    Can you send the first ~50 lines of your bed file as an example? I cannot seem to replicate the issue and unmodified fresh downloaded bed files from agilent earray seems to get indexed without any issues.

     

    0
    Comment actions Permalink
  • Avatar
    Y R

    If I do `head -n 50 file.bed` for the bed file to get the first 50 lines I get the following:

    browser position chr1:12190-12227

    track name="Target Regions" description="Agilent SureSelect DNA - SureSelect Human All Exon V6" color=0,0,128 db=hg19

    chr1 12189 12227

    chr1 12594 12721

    chr1 13402 13639

    chr1 17368 17436

    chr1 30365 30503

    chr1 35137 35174

    chr1 35276 35481

    chr1 35720 35736

    chr1 69088 69970

    chr1 138529 139696

    chr1 139789 139792

    chr1 324342 324345

    chr1 324438 325588

    chr1 327745 328186

    chr1 367656 368599

    chr1 621093 622036

    chr1 664484 665108

    chr1 721405 721909

    chr1 762079 762571

    chr1 861319 861395

    chr1 865532 865718

    chr1 866416 866471

    chr1 871149 871278

    chr1 874417 874511

    chr1 874651 874842

    chr1 876521 876688

    chr1 877513 877633

    chr1 877787 877870

    chr1 877936 878440

    chr1 878630 878759

    chr1 879075 879706

    chr1 880071 880182

    chr1 880421 880528

    chr1 880895 881035

    chr1 881550 881668

    chr1 881779 881970

    chr1 883508 883614

    chr1 883867 883985

    chr1 886504 886620

    chr1 887377 887521

    chr1 887789 887982

    chr1 888552 888670

    chr1 889159 889274

    chr1 889381 889551

    chr1 891300 891395

    chr1 891472 891597

    chr1 892271 892407

    chr1 892476 892655

    This looks normal to me. Why is this not working?

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    Hi Y R

    Your path to bed file is just the folder but not the bed file itself. Input for this tool must be the absolute path of the bed file like 

    /path/to/bedfile.bed

    I hope this helps. 

    0
    Comment actions Permalink
  • Avatar
    Y R

    I have - I am not sure why but it seems that a clean run worked.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk