Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to regenerate an index file for a gzipped vcf file?

    I have a large vcf file with genomic data (330 GB) and an index file that accompanies it. I ran the command:

    bcftools view -f PASS --threads 8 -r chr9:55252802-55252810 -o output.vcf.gz -O z 722g.990.SNP.INDEL.chrAll.vcf.gz

    I get:

    [W::hts_idx_load2] The index file is older than the data file: 722g.990.SNP.INDEL.chrAll.vcf.gz.tbi
    [W::hts_idx_load2] The index file is older than the data file: 722g.990.SNP.INDEL.chrAll.vcf.gz.tbi


    I was told that I need to regenerate my index file using Tabix. I have tried the following command that seemed to work for someone else having a similar problem:

    tabix -p vcf 722g.990.SNP.INDEL.chrAll.vcf.gz

    but it returned:

    tbx_index_build failed: 722g.990.SNP.INDEL.chrAll.vcf.gz



    I am not quite sure what command I should be using to regenerate my index file. Any help is greatly appreciated!

  • #2
    This specifically ("The index file is older than the data file") is a warning and not an error. If you trust the index, you can in all honesty ignore this spammy message.
    Anyways, see if this thread helps:

    (If you want to follow that thread's suggestion, just remember that you have quite a big file to uncompress and re-compress.)
    Last edited by r.rosati; 05-28-2019, 05:34 PM.

    Comment


    • #3
      You should be able to use bcftools itself to index the file. Just use "bcftools index 722g.990.SNP.INDEL.chrAll.vcf.gz"

      Comment


      • #4
        Yes, but... if the index is just OK, he could as well do
        touch 722g.990.SNP.INDEL.chrAll.vcf.gz.tbi
        and the message won't bother him anymore.

        Comment


        • #5
          Originally posted by r.rosati View Post
          This specifically ("The index file is older than the data file") is a warning and not an error. If you trust the index, you can in all honesty ignore this spammy message.
          Anyways, see if this thread helps:

          (If you want to follow that thread's suggestion, just remember that you have quite a big file to uncompress and re-compress.)
          Thank you so much, this seems the route I need to take!

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Technologies
            by seqadmin







            Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

            Long-Read Sequencing
            Long-read sequencing has...
            12-02-2024, 01:49 PM
          • seqadmin
            Genetic Variation in Immunogenetics and Antibody Diversity
            by seqadmin



            The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
            11-06-2024, 07:24 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 12-02-2024, 09:29 AM
          0 responses
          150 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-02-2024, 09:06 AM
          0 responses
          51 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-02-2024, 08:03 AM
          0 responses
          42 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 11-22-2024, 07:36 AM
          0 responses
          74 views
          0 likes
          Last Post seqadmin  
          Working...
          X