I am having troubles installing Samtools 1.0 on my Ubuntu laptop. I have downloaded and unziped so I have a folder called */home/awe/samtools*
.
Nothing happens when I type samtools
and press enter (command not found) so I try to type make
but I get make: *** No targets specified and no makefile found. Stop.
. I try find -name onfi
but there is no ./config
file available.
Edit:
The last lines in my .bashrc are
export SAMTOOLS_HOME=/home/awe/samtools/samtools-1.0
export PATH=$SAMTOOLS_HOME:$PATH
export PATH=$SAMTOOLS_HOME/bcftools/:$PATH
export PATH=$SAMTOOLS_HOME/misc/:$PATH
Whats my problem (please skip general derogatory answers about me)?
Second step is only needed if you want to call samtools from anywhere otherwise you can directly use the absolute path to the executable created in the samtools directory.
Also stop being a sissy boy. Trolling is the birth right of every internet user. Fun intended.
1) I am. 2) I have (see edit). 3) whats my problem?
I am a beginner in linux and also in bioinformatics.. so I really need help.. I tried to install sam tools but it fails and the command line showed this "curses development files not found". What does it mean? Thank you
It means you are missing
ncurses/ncurses-devel
libraries on your system. If you search for "install ncurses your_OS_name" you should get links for how to install that library.BTW: Please don't use old threads to ask new questions in the area reserved for answers for the original question. Start a new thread instead.