Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • 12jrowley2
    Member
    • Dec 2010
    • 14

    setting parameters for Novoalign 2-6 bp insertions deletions

    I am looking for insertions 2-6 bp in length in the native novoalign output - but see that novoalign did not output any insertions greater than 1 bp. Am I looking for this wrong?

    awk '$14 ~ /\+([AGTC]){2,}/ { print $0}'
    None found
    awk '$14 ~ /\+([AGTC])/ { print $0}'
    Lots found

    these are the changed parameters used in novoalign with 50 bp single end illumina reads:

    -p '-F ILMFQ -t60 -r0.2 -q5' -l -w 24 -k 1 -t -o kaplan-em

    am I missing them with these parameters?

    thanks for any input!
  • sparks
    Senior Member
    • Mar 2008
    • 126

    #2
    This works...

    awk '$14 ~ /\+([AGTC][ACGT])/ { print $0}'

    Comment

    • SNPsaurus
      Registered Vendor
      • May 2013
      • 525

      #3
      I think your -t parameter is too low. According to http://www.novocraft.com/wiki/tiki-i...gnment+Scoring there is a gap opening penalty of 45 and 10 for each base. Given normal quality scores those penalties would pass above -t60. And any additional mismatches would make it worse. Is there a reason you chose a low -t parameter? Just get rid of it to use the default if there is no particular reason. A threshold of 140 would allow a 6 bp indel plus one other mismatch (or seq error).
      Providing nextRAD genotyping and PacBio sequencing services. http://snpsaurus.com

      Comment

      Latest Articles

      Collapse

      • GATTACAT
        Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by GATTACAT
        Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
        07-01-2026, 11:43 AM
      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 11:08 AM
      0 responses
      6 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-30-2026, 05:37 AM
      0 responses
      11 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-26-2026, 11:10 AM
      0 responses
      19 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      53 views
      0 reactions
      Last Post SEQadmin2  
      Working...