Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • SOAPAligner Segmentation fault while loading Index Table

    I am trying to use soap2.21 release to build and align reads to Human genome(UCSC hg18).
    I downloaded individual chromosomes FASTA files and cat them into a single Human Genome file. The final file size is around 3GB.

    Soap index built is run using the command:
    ./2bwt-builder humanGenome.fa

    The above command generated 13 files. Now, I tried aligning some reads using this index file..

    ./soap –D index/humanGenome.fa.index –a reads/reads1_human.fastq –o output/reads_aligned_soap

    The above command resulted in the following error on the console:

    Begin Program SOAPaligner/soap2
    Mon Feb 13 23:09:37 2012
    Reference: index/humanGenome.fa.index
    Query File a: reads/reads1_human.fastq
    Output File: output/reads_aligned_soap
    Load Index Table ...
    Segmentation fault

    Could someone throw some light on what could be the possible issue here?

    Thanks and Regards,
    gany

  • #2
    Try adding -2 output/reads_UNaligned_soap. -2 is the file where soap has unmapped (or you could send it to /dev/null). Otherwise, rebuild index.

    ./soap –D index/humanGenome.fa.index –a reads/reads1_human.fastq –o output/reads_aligned_soap -2 output/reads_UNaligned_soap

    Comment


    • #3
      Many thanks for the reply, but adding -2 doesn't help..
      I have seen successful soap runs and it Loads Index Table first and then begins the alignment.

      Rebuilded the index a few times and every time the same issue occurs.
      The input genome is from UCSC hg18 full dataset. Downloaded all the chromosomes and cat into a single genome.fa file.
      However, when I build index and align reads using a single chromosome, say for only chr9.fa, it works fine.

      Suspect some issues in the whole genome..
      Any other source where I can directly download 3GB full human genome?

      Comment


      • #4
        Its the main memory size that causes this issue..
        My original server's main memory size is less than 8GB and it didn't meet the required size specified in SOAPAligner website.
        Now, ran the same set of commands on a different server which has 24GB main memory and it runs smooth.

        Comment

        Latest Articles

        Collapse

        • 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
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 08:47 AM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        60 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        59 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        54 views
        0 likes
        Last Post seqadmin  
        Working...
        X