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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:09 AM
      0 responses
      9 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, Yesterday, 08:59 AM
      0 responses
      16 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Working...