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 Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            Yesterday, 07:48 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 07:17 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-29-2024, 10:49 AM
          0 responses
          29 views
          0 likes
          Last Post seqadmin  
          Working...
          X