Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 1000 genome data download

    I have downloaded the three bam files from

    ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/data/

    for each individual such as

    HG00119.chrom20.ILLUMINA.bwa.GBR.low_coverage.20101123.bam
    HG00119.mapped.ILLUMINA.bwa.GBR.low_coverage.20101123.bam
    HG00119.unmapped.ILLUMINA.bwa.GBR.low_coverage.20101123.bam

    Then I combined them together to use samtools calling SNP.

    But the result (pileup file) did not contain all the chromosomes.

    Is it only a truncated file now?

  • #2
    I assume you already changed the reference sequence file names, did you?

    Comment


    • #3
      Yes, I have used the reference sequence from 1000 genome project form the website:

      ftp://ftp.sanger.ac.uk/pub/1000genom...k_v37.fasta.gz

      This time I can successfully call SNPs from some chromosomes but not all the chromosomes.

      And when I used the samtool index function

      such messeage appeared:

      [bam_header_read] EOF marker is absent.
      [bam_index_core] truncated file? Continue anyway. (-2)

      Comment


      • #4
        Did you check the MD5 checksum of your downloaded files. Maybe there was something wrong with the download?

        How did you combine the three files (just using cat or similar tools wouldn't work as all of them contain headers)?

        Did you check the headers of the file. Is every reference sequence in the header section (./samtools view -H)?

        Comment


        • #5
          Thank you very much for your help.

          1. Can you tell me where I can find the MD5 code for bam files from 1000 genome website? I can only find the fastq MD5.

          2. I used the samtools merge function to combine this three files(./samtools merge out.bam in1.bam in2.bam in3.bam), is it appropriate here?

          3.The head appeared as
          "@SQ SN:GL000192.1 LN:547496 AS:NCBI37 UR:ftp://ftp.1000genomes.ebi.ac.uk/vol1...k_v37.fasta.gz M5:325ba9e808f669dfeee210fdd7b470ac SP:Human"
          Is it correct?

          Sorry for trouble you so much.
          I do not have much experience in this field.

          Thank you.

          Comment


          • #6
            1) In the directory of the bam files you'll find a .bas file including a MD5 field

            2) that should actually work, providing the header of the first bam file is correct: to be sure try:

            Code:
            samtools view -H in.bam > header.sam
            samtools merge -h header.sam out.bam in1.bam in2.bam ....
            But be sure that the first in.bam is the mapped bam file

            3) Your header does NOT look ok. It should mention every reference sequence so at least 24 entries (including X, Y and MT)...

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Non-Coding RNA Research and Technologies
              by seqadmin




              Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

              Nobel Prize for MicroRNA Discovery
              This week,...
              10-07-2024, 08:07 AM
            • seqadmin
              Recent Developments in Metagenomics
              by seqadmin





              Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
              09-23-2024, 06:35 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 07:29 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-15-2024, 06:35 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-14-2024, 02:44 PM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-11-2024, 06:55 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Working...
            X