Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dicty
    Member
    • Nov 2010
    • 28

    #1

    [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!
  • epigen
    Senior Member
    • May 2010
    • 101

    #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

    • marcora
      Member
      • Jan 2010
      • 52

      #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

      • dicty
        Member
        • Nov 2010
        • 28

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

        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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        14 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Working...