Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • [B]Bowtie and Samtools questions[/B]

    I'm new in sequencing analysis and have a couple of questions to ask.

    1. I’m trying to use bowtie-inspect to reconstruct fasta file from the BOWTIE index, but couldn’t get anything. I’m using 12.7 version.

    Here is the command:
    ./bowtie-inspect e_coli

    Then I got the following output, but nothing else:
    Command: ./bowtie-inspect e_coli

    Why I cannot run bowtie-inspect? Is there anything wrong?

    2. I installed samtools and try to produce a .fai file with "samtools faidx", but I got the following errors.

    ./samtools: No such file or directory
    or
    samtools: command not found

    How do I run samtools? Is there anything wrong I did?

    Thanks a lot!

  • #2
    include the path

    If you haven't included the path to your program in your PATH variable, and you're in a different directory (folder) than the one your program resides in, you'll have to call it using the full path to the location you have installed them in, something as
    /home/yourname/programs/bowtie/bin/bowtie-inspect e_coli

    Comment


    • #3
      Originally posted by epigen View Post
      If you haven't included the path to your program in your PATH variable, and you're in a different directory (folder) than the one your program resides in, you'll have to call it using the full path to the location you have installed them in, something as
      /home/yourname/programs/bowtie/bin/bowtie-inspect e_coli
      The above is a good suggestion to solve your samtools problem. However, it doesn't apply to your with your bowtie-inspect problem (the system can find the executable just fine).

      The problem there is that you will have to supply the full path to the directory where the bowtie index resides (I think this is a bug in the most recent version of bowtie, it did not require this before, which makes more sense since bowtie should know where its indexes are).

      Therefore you should try:

      Code:
      bowtie-inspect PATH_WHERE_ECOLI_EBWT_FILES_RESIDES/e_coli > e_coli.fa
      and voitla, you should have your e_coli.fa reference genome in fasta format!

      Comment


      • #4
        Yes, it works. Thanks a lot for the suggestions!

        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 on Modified Bases...
          Yesterday, 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, 04-11-2024, 12:08 PM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X