Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ruchi1621
    Junior Member
    • Oct 2013
    • 9

    Help with bowtie2 for a beginner (windows)

    Hello,
    As I am completely new to the field of Next Generation Sequencing and I have absolutely no background in computers, I need your help in figuring out the mistakes that I am doing while conducting sequence alignment. I am using bowtie2. The command that I have entered is:

    ./bowtie2 -p 8 -x hg19 NA11881.fastq > Experiment1.sam

    And the result that I get is:

    0 reads
    0.00% overall alignment rate

    I know I am going wrong somewhere. Please help! Any links to help me solve this problem will be appreciated.

    Thank you!
  • Kennels
    Senior Member
    • Feb 2011
    • 149

    #2
    Try specifying '-U' in front of your fastq file

    Comment

    • ruchi1621
      Junior Member
      • Oct 2013
      • 9

      #3
      Still the same result.

      Comment

      • Kennels
        Senior Member
        • Feb 2011
        • 149

        #4
        Try also putting '-q' option to specify it is fastq input.
        If that still fails, what is the output from

        Code:
        head NA11881.fastq
        some check questions:

        Can you post any errors or warning you are getting?
        Do you have all the index files in the same directory?
        Do you have 8 cpus on your computer?

        Comment

        • ruchi1621
          Junior Member
          • Oct 2013
          • 9

          #5
          I am not getting any output for "head NA11881.fastq"

          I am not getting any errors or warnings

          I have all the index files in the same directory

          yes. I have 8 cpus on my computer

          Comment

          • Kennels
            Senior Member
            • Feb 2011
            • 149

            #6
            Well there's your problem - your fastq file is empty.
            The head command gets the first 10 lines from your file.

            what do you get with:
            Code:
            ls -lh NA11881.fastq

            Comment

            • ruchi1621
              Junior Member
              • Oct 2013
              • 9

              #7
              On entering:
              ls -lh NA11881.fastq

              i get

              -rw-r--r-- 1 bansalr students 0 Oct 16 14:59 NA11881.fastq

              Comment

              • ruchi1621
                Junior Member
                • Oct 2013
                • 9

                #8
                You are right. The file is empty. Let me transfer it again and re-try aligning it. I will get back to you regarding the success of the same. Thanks for your help!

                Comment

                • Kennels
                  Senior Member
                  • Feb 2011
                  • 149

                  #9
                  your file size is zero - between 'students' and 'Oct' .

                  You need to check where and how your downloaded your file. It should not be empty. Perhaps you can get it again from your source. Redo the above commands once you are sure you have reads to align. good luck.

                  Comment

                  • ruchi1621
                    Junior Member
                    • Oct 2013
                    • 9

                    #10
                    Hi!
                    I transferred the downloaded the file again and redid the commands and it worked! Thank you so much for your help!

                    Comment

                    Latest Articles

                    Collapse

                    • SEQadmin2
                      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                      by SEQadmin2


                      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


                      Here are nine questions we think about, in roughly the order they matter, before...
                      06-18-2026, 07:11 AM
                    • SEQadmin2
                      From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                      by SEQadmin2


                      Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                      The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                      ...
                      06-02-2026, 10:05 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 06-17-2026, 06:09 AM
                    0 responses
                    30 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-09-2026, 11:58 AM
                    0 responses
                    44 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-05-2026, 10:09 AM
                    0 responses
                    51 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-04-2026, 08:59 AM
                    0 responses
                    51 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...