Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Mac Osx 10.8 and Samtools problems

    Hi

    I am a newbie to bioinformatics!

    I having problems running samtools from my terminal using mac osx v10.8 on my pro. I've downloaded and unpacked v 0.1.18 - in terminal I entered "make" on the command line where my samtools directory is and it seemed to be successful bc I could see the executable. When I attempt to enter it again on the command line along with my option, bash tells me that the command is not found. I aslo tried entering ./samtools instead of samtools and I recieved a "no such file or directory"

    How can I fix this problem?

    Thanks

  • #2
    Most likely it has not been added to your perl path (which means that perl cannot find the samtools application). To test this, open terminal and type:

    which samtools

    and this should display the path to the installation of samtools; e.g.

    /Users/richardb/Richard/MY_PROJECTS/NGS/Applications/Samtools-0.1.8/samtools

    if not, then you need to add samtools to your path.

    Comment


    • #3
      Putting the binary on your $PATH is the easiest solution. Personally I edit my bash profile to add the directory $HOME/bin, in your case something like /Users/neophte/bin, and then move or copy the samtools binary (and other tools) to this /Users/neophte/bin/ directory.

      Or, always call samtools with a full path, e.g.

      /Users/neophte/downloads/samtools-0.1.18/samtools view ...

      Note that when you do ./samtools the dot is Unix shorthand for the current directory.

      Comment


      • #4
        thanks all for your suggestions - it worked!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM
        • seqadmin
          Addressing Off-Target Effects in CRISPR Technologies
          by seqadmin






          The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
          08-27-2024, 04:44 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:25 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 01:02 PM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-18-2024, 06:39 AM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-11-2024, 02:44 PM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Working...
        X