Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • NOVO2MAQ Bus error???

    Hello all,
    I am a computer rookie, so I'm not completely sure what I am doing, but here goes.
    -I am trying to look at editing events in RNA using the maq. (similar readout as SNP analysis)
    -My samples are from C. elegans
    -I have aligned my reads using NOVOalign.

    I am trying to use NOVO2MAQ to convert my novo txt file to .map files. I have tried both the version downloadable from NOVOCRAFT ("fixed") version and version 0.7.1 of maq. Both give similar errors. The "error" being a Bus Error. I am wondering if something is wrong with the formatting of my novo.txt file or my "in.list" file. my in.list file looks like:

    197-72:~ noah$ cat /Users/noah/Desktop/in.list
    chrI chrI

    and my novo.txt file looks like:
    >8_1_1749_1647 S ACAGGTCTGTGATGCCCT IIIIIIIIIIIIIIIIII R 0 3.00871 234 >chrI 15063450 F . . .
    >8_1_1749_1647 S ACAGGTCTGTGATGCCCT IIIIIIIIIIIIIIIIII R 0 3.00871 234 >chrI 15070647 F . . .
    etc........

    I can shorten my list of novo reads to around 105 and the bus error goes away.
    Any ideas????
    Thanks in advance

  • #2
    I'll post this for the other noobs like myself.
    After talking with Colin (NOVOCRAFT), looks like my issue came from not having the "header/command line" info in my NOVO files. I'll post what Colin sent me and the Patch for NOVO2MAQ that will circumvent the issue in case anyone else is having problems:
    From Colin:
    "When you use the -m option in Novoalign it adds an extra score for a possible hairpin structure to each report line. This extra field pushes the following fields across by 1. Novo2maq allows for this
    but it's detection method looks at the first few lines of the file to pick up the command and see if the -m option is present.
    # novoalign (2.01.06MT) - short read aligner with qualities.
    # (C) 2008 NovoCraft
    # Licensed to Novocraft Technologies Sdn Bhd
    # novoalign -m -d /wd5/db/pgt -f 10000_75mers_Rust_prb.txt -t 90
    # Interpreting input files as Solexa prb.txt.
    # Index Build Version: 2.1
    # Hash length: 14
    # Step size: 1

    So to get your file converted I had to add the command line and then it converted OK. Without the -m option the program seg faults.

    Here's a patch to novo2maq source so that it detects the miRNA hairpin score on a line by line basis rather than from the '# novoalign' line.

    Insert the red lines at 288,289 in novo2maq.cc. I'll also add this to next release.

    for(i++;i <= NLAST; i++ )
    novo2[i] = mtstr;
    }
    else
    miRNAmode = novo[N_offset][0] == '>' ? 1 : 0;

    // read flag
    if (novo[n_offset][0] != '\0' || (paired && novo2[n_offset][0] != '\0')) { // there is an alignment
    // set name

    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, 04-11-2024, 12:08 PM
    0 responses
    59 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    57 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    51 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X