Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bowtie output

    Hi there~

    I have some questions about the output setting of Bowtie.

    1. Can I get separate output files in relation to input files? I tried to put comma separated filenames but that does not work.

    2. I tried --al<filename>, but it only writes the reads, not the alignment. Is there something to do to get alignment?

    3. for the option --refout, why it will output so many file? one map one alignment?

    Thanks very much

  • #2
    1. An easy way is to wrap your bowtie command in a shell for loop:

    for i in *fastq
    do
    bowtie --best /some/genome/index $i > $i.bowtie.txt
    done

    2. That option allows you to separate the reads which aligned from those which don't and corresponds to un for unaligned reads and max for multiply aligning reads. It's not really designed to report alignments.

    3. Sorry, no idea - never used that one.

    Comment


    • #3
      Originally posted by pythonlovesbowtie View Post
      3. for the option --refout, why it will output so many file? one map one alignment?
      There's 1 output file per input sequence. If you have an input file with 1000 sequences in it, that's 1000 distinct output files. If you have a ton of input files, this clearly may not be what you want.

      Thanks,
      Ben

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        Yesterday, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      58 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      53 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      45 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X