Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Is SRA format to vcf conversion possible

    Hi,

    I am new to SRA format. Can anyone give me an introduction.
    I wanted to convert SRA format to vcf format.
    I have checked in SRAToolkit. It does not support direct conversion of SRA to VCF. One option i am having is that first i have to convert to fastaq and then to SAM/BAM and then i should call variants.

    Can anyone please help me?

  • #2
    This is correct. The SRA data is converted to FASTQ. Then you must map the FASTQ data to a reference genome and once you have done this, you can generate a VCF using a variant caller.

    Comment


    • #3
      Hi,

      I generated the SAM file using bowtie version0.12.7 but i am not able to generate a proper bcf file.BCF file is genertaed within 2 minutes and normally it will take time.The commands i gave is

      time ./fastq-dump SRR068289.sra

      I have falidated the fastaq using fastaqvalidator and it was successful


      time ./bowtie -k 2 -v 2 hg19 -q /store/data/amruta/sratoolkit.2.1.8-centos_linux64/12JAN/SRR068289.fastq -S > /store/data/amruta/sratoolkit.2.1.8-centos_linux64/12JAN/bowtie1-amruta.sam

      From sam file bam was generated and using samtools bcf and vcf were generated
      ./samtools view -bS bowtie1-amruta.sam > bowtie1-amruta.sam
      my.flt.vcf
      samtools sort filename.bam sorted
      samtools faidx input.reference.fa
      samtools index sortedhg19.bam
      samtools mpileup -d 8000 -uf input.reference.fa my.sortedhg19.bam | bcftools view -bvcg -> my.raw.bcf
      bcftools view my.raw.bcf | perl vcfutils.pl varFilter -D8000 > my.flt.vcf

      My fastaq file is a huge in size.So i tried with bowtie 2 beta version.But i am not able to run bowtie2

      ./bowtie2 -x hg19 -u file.fataq -S out.sam

      The error was "Error: Encountered internal Bowtie 2 exception (#1)"
      Can anyone please help

      Comment


      • #4
        Originally posted by amruta.bn View Post
        Hi,

        I generated the SAM file using bowtie version0.12.7 but i am not able to generate a proper bcf file.BCF file is genertaed within 2 minutes and normally it will take time.The commands i gave is

        time ./fastq-dump SRR068289.sra

        I have falidated the fastaq using fastaqvalidator and it was successful


        time ./bowtie -k 2 -v 2 hg19 -q /store/data/amruta/sratoolkit.2.1.8-centos_linux64/12JAN/SRR068289.fastq -S > /store/data/amruta/sratoolkit.2.1.8-centos_linux64/12JAN/bowtie1-amruta.sam

        From sam file bam was generated and using samtools bcf and vcf were generated
        ./samtools view -bS bowtie1-amruta.sam > bowtie1-amruta.sam
        my.flt.vcf
        samtools sort filename.bam sorted
        samtools faidx input.reference.fa
        samtools index sortedhg19.bam
        samtools mpileup -d 8000 -uf input.reference.fa my.sortedhg19.bam | bcftools view -bvcg -> my.raw.bcf
        bcftools view my.raw.bcf | perl vcfutils.pl varFilter -D8000 > my.flt.vcf

        My fastaq file is a huge in size.So i tried with bowtie 2 beta version.But i am not able to run bowtie2

        ./bowtie2 -x hg19 -u file.fataq -S out.sam

        The error was "Error: Encountered internal Bowtie 2 exception (#1)"
        Can anyone please help
        Perhaps the new version of bowtie2 can run successfullly

        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...
          Today, 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, Today, 07:17 AM
        0 responses
        3 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
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X