Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • erika_
    Junior Member
    • Mar 2024
    • 1

    Mapping ChIP-seq paired end data with bowtie2

    Hi!

    Having some trouble with bowtie2 rn

    Using public data from an encode entry for my course project and can get past this error:

    readU: Success
    (ERR): bowtie2-align exited with value 1​

    Here is my code:

    bowtie2-build chm13v2.0.fa.qz chm13v2_bt2
    bowtie2 -x chm13v2_bt2 -1 ENCFF025YQV.fastq.gz -2 ENCFF572GPA.fastq.gz | awk '$2 != 4 {print}' | samtools view -S -b '-' > NUFIP1_CHiPseq_PE_output.bam

    Also tried running simplified version, but some error result:

    bowtie2 -x chm13v2_bt2 -1 ENCFF025YQV.fastq.gz -2 ENCFF572GPA.fastq.gz -S NUFIP1_CHiPseq_PE_output.sam

    Does anyone have any ideas?
    Thank you

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...