Header Leaderboard Ad

Collapse

Bowtie output files

Collapse

Announcement

Collapse

SEQanswers June Challenge Has Begun!

The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!

For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bowtie output files

    Hi!

    I am trying to replicate some biocomputational procedures from a scientific paper related to ChIP-Seq data. When using bowtie as the alligner and introducing the output (specified as .sam format) in the MACS software it tells me that the file format is not recognized.
    However, after converting the unrecognized sam file to bam format using samtools, MACS does recognize the file format and starts analyzing the data.

    Could anyone shed some light on this?

    My bowtie and macs commands are:

    bowtie -m 2 -q -p 24 --sam hg19 File1.fastq File1.sam

    macs14 callpeak -t File1.sam -c ControlFile.sam
    -n ExperimentName -S -g hs --pvalue 1e-9 --keep-dup=auto



    Iñigo

  • #2
    Using the --format command in MACS will insist on the input files being in a given format. It is possible that by using the default automatic format detection that MACS got confused by your file.

    That is my best guess and solution.

    Comment


    • #3
      You should switch to MACS2 anyway.
      MACS2 might recognize the format correctly.
      Otherwise, I would specify the format explicitly as westerman suggested, and also check the header and the first entries of the SAM file for any potential problems with the file.

      You're also using 24 threads during the alignment with Bowtie. If you don't have that many processors available, the output can be mixed up. Of course, if you do have the 24 processors available on your machine, then you should be using the 24 threads to do the alignment quickly.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 06-07-2023, 07:14 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-06-2023, 01:08 PM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-01-2023, 08:56 PM
      0 responses
      164 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-01-2023, 07:33 AM
      0 responses
      299 views
      0 likes
      Last Post seqadmin  
      Working...
      X