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
          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
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Working...
        X