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
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:57 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X