Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Extract fastq files of unaligned reads with Bowtie 2

    Hi everyone
    I am using Bowtie 2 (2.0.0-beta2) to do alignments on the output reads of an Illumina HiSeq 50bp paired-end RNA-seq experiment.

    A preliminary analysis indicated that I have some rRNA condamination that is skewing my alignment quality metrics and I would like to get rid of those reads before further processing.

    I have tried the --un option in two different ways:

    1)As paired-end
    bowtie2 -a -x /path1/path1/Scer_rRNA -1 /path2/path2/READS_R1.fastq -2 /path2/path2/READS_R2.fastq --un ./READS_NOrRNA.fastq

    2)As single-end
    bowtie2 -a -x /path1/path1/Scer_rRNA --un ./READS_NOrRNA.fastq -U /path2/path2/READS_R1.fastq -S /path2/path2/READS_not_R2.sam

    (Also note the slight variations on the --un suntax)

    In both cases I got the same error :Warning: Could not open read file "./READS_NOrRNA.fastq" for reading; skipping...

    Does anyone have any ideas of how I should use the --un option or other ways to do the same thing?

    Thank you.

  • #2
    Ok...
    It seems like although the on-line manual of Bowtie2 lists --un <path> as an output option, it doesn't support this (see bowtie2 --help, it is not listed there). I used this option with Bowtie instead and seems to be working fine.

    Comment


    • #3
      With Bowtie2 you should try to change the extension .fastq to .fq

      Comment


      • #4
        Is this problem solved?
        I encounter this problem too
        I have tried fq instead of fastq
        but still result an empty file

        Comment


        • #5
          Thanks Kennels for solving my problem.
          Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

          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...
            04-22-2024, 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, Yesterday, 11:49 AM
          0 responses
          15 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-24-2024, 08:47 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          62 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Working...
          X