Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lupid
    Member
    • Mar 2015
    • 54

    Bowtie2

    Hi to all, I'm using an old comand line that use to work for me
    Code:
    bowtie2 -p 3 -x Arabidopsis_thaliana.TAIR10.27.dna.toplevel.fa 60-Ab_S5_L001_R1_001.fastq > 60_ab.bam
    but now generate corrupt files, what am I doing wrong??
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Bowtie2 doesn't produce BAM files, it produces SAM files. You likely meant:
    Code:
    bowtie2 -p 3 -x Arabidopsis_thaliana.TAIR10.27.dna.toplevel.fa [B]-U[/B] 60-Ab_S5_L001_R1_001.fastq | samtools view -Sbo 60_ab.bam -
    I'm assuming that the index basename is correct, since otherwise you'd presumably get an error.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Originally posted by lupid View Post

      but now generate corrupt files, what am I doing wrong??
      Can you clarify what "corrupt" means here?

      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
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      33 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
      62 views
      0 reactions
      Last Post SEQadmin2  
      Working...