Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • pingu
    Member
    • Jul 2015
    • 26

    bwa-mem Roche454

    Goodmorning,
    (sorry for my bad english), I would use bwa-mem to map sequences against human genome. I have the file fast.q of Roche454 Junior, in this there is not specified if the sequence is in forward or in reverse. In this case, what is the option which allows to use BWA-MEM?
    I really hope someone from seqanswer can help me.
    Thank you in advance.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    You never know whether DNA sequences are forward or reverse until after you map them; the mapper will figure that out on a per-read basis. You don't need to do anything special.

    The usage is pretty straightforward:

    Index:
    bwa index ref.fa

    Map single-ended reads:
    bwa mem ref.fa reads.fq > aln-se.sam

    ...or, map paired reads:
    bwa mem ref.fa read1.fq read2.fq > aln-pe.sam

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    10 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    28 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Working...