Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • angerusso
    Member
    • Oct 2011
    • 47

    pre-filtering before running alignment: help needed

    Hello All,

    I have a WholeExome paired end sample and I reached the step where I am performing the alignment to human genome (hg19.fa) on a 10 node cluster.

    I am running the command:
    bwa aln hg19.fa sample1_1.fastq > sample1_1.sai
    bwa aln hg19.fa sample1_2.fastq > sample1_2.sai

    But it's taking forever. I understand this could due to couple of reasons, main reason being that I am not doing any pre-filtering. I saw that packages like GenomeQuest do lot of pre-filtering which can make the alignment faster.

    I am total new-bie and i am wondering if I can get help here regarding how and what kind of pre-filtering can I run with this sample before using bwa for alignment. I am kind of in a hurry to get some results so any result will be extremely appreciated.

    Thanks,
    angel
  • colindaven
    Senior Member
    • Oct 2008
    • 417

    #2
    Not sure about your cluster configuration, but try using more threads on a single machine of your cluster.

    eg
    bwa aln -t 8 hg19.fa sample1_1.fastq > sample1_1.sai

    Comment

    • angerusso
      Member
      • Oct 2011
      • 47

      #3
      Thanks so much, it works!

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      29 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      39 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      61 views
      0 reactions
      Last Post SEQadmin2  
      Working...