Unconfigured Ad

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

    #1

    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
                      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                      by SEQadmin2



                      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                      Despite this, “CRISPR helped turn genome editing from a specialized technique into
                      ...
                      07-31-2026, 11:01 AM
                    • SEQadmin2
                      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                      by SEQadmin2


                      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                      The systematic characterization of the human proteome has
                      ...
                      07-20-2026, 11:48 AM
                    • SEQadmin2
                      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                      by SEQadmin2



                      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                      ...
                      07-09-2026, 11:10 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 08-03-2026, 10:13 AM
                    0 responses
                    21 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-31-2026, 02:55 AM
                    0 responses
                    35 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-24-2026, 12:17 PM
                    0 responses
                    25 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-23-2026, 11:41 AM
                    0 responses
                    21 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...