Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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!

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

    Comment


    • #3
      Still the same result.

      Comment


      • #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


        • #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


          • #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


            • #7
              On entering:
              ls -lh NA11881.fastq

              i get

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

              Comment


              • #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


                • #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


                  • #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

                    • 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...
                      Yesterday, 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, Today, 06:57 AM
                    0 responses
                    9 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, Yesterday, 07:17 AM
                    0 responses
                    13 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
                    22 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X