Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • oiiio
    Senior Member
    • Jan 2011
    • 105

    Novoalign with softclipping OFF (-o FullNW)?

    In the latest versions of novoalign, there is some softclipping for local alignment included by default. Supposedly this can be deactivated by using the parameters
    Code:
    -o FullNW
    I have been trying to run novoalign with the following command line, in order to deactivate the softclipping:

    Code:
    novoalign -o SAM -o FullNW -d ref.ndx -f fastq1 fastq2 > file.sam
    The above command runs fine and returns absolutely no errors. BUT, I feel like it is extremely suspicious that the run time is EQUAL regardless of -o FullNW for the same fastq files.

    If you are turning off the local alignment step, shouldn't the mapping take much less time?

    I am still new to NGS, and it probably shows
  • sparks
    Senior Member
    • Mar 2008
    • 126

    #2
    Originally posted by oiiio View Post
    In the latest versions of novoalign, there is some softclipping for local alignment included by default. Supposedly this can be deactivated by using the parameters
    Code:
    -o FullNW
    I have been trying to run novoalign with the following command line, in order to deactivate the softclipping:

    Code:
    novoalign -o SAM -o FullNW -d ref.ndx -f fastq1 fastq2 > file.sam
    The above command runs fine and returns absolutely no errors. BUT, I feel like it is extremely suspicious that the run time is EQUAL regardless of -o FullNW for the same fastq files.

    If you are turning off the local alignment step, shouldn't the mapping take much less time?

    I am still new to NGS, and it probably shows
    You're right that it doesn't make a noticeable difference. The alignment process is virtually the same in that the alignment location and score are determined by Needleman-Wunsch algorithm. Most of the alignment time is taken finding the best alignment location. We may seed to 10,000's of locations to find one good alignment. Having found the best alignment it is trimmed back to best local alignment but this only happens at the alignment location being reported so it becomes a very small % of cpu time, 1 :: 10,000 of total time.

    Colin

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      Yesterday, 11:48 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 11:10 AM
    0 responses
    8 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    30 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    39 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    25 views
    0 reactions
    Last Post SEQadmin2  
    Working...