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

      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM
      • SEQadmin2
        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
        by SEQadmin2



        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
        07-08-2026, 05:17 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 10:26 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      26 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      16 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      33 views
      0 reactions
      Last Post SEQadmin2  
      Working...