SAMTOOLS installation errore
1
0
Entering edit mode
6.3 years ago

I downloaded SAMTOOLS with these command

$ wget https://github.com/samtools/samtools/releases/download/1.3.1/samtools-1.3.1.tar.bz2 -O samtools.tar.bz2
$ tar -xjvf samtools.tar.bz2
$ cd samtools-{version}

I get these error no such file or directory Now what should i do?

software error • 1.4k views
ADD COMMENT
1
Entering edit mode
6.3 years ago

Well I presume {version} was supposed to be part of a template or something, presumably you're new to using the command line. If you did a simple ls, you'd see you should cd samtools-1.3.1.

ADD COMMENT
0
Entering edit mode

I edited version to cd samtools-1.3.1 now it worked but when I insert this command dpkg --get-selections I cannot find it in installed softwares. So do you have any suggestion?

ADD REPLY
1
Entering edit mode

I think the file you downloaded is the source code of samtools, you need to compile it instead of installing it by dpkg

ADD REPLY
0
Entering edit mode

Nor should you find it in the installed software. You've downloaded the source code. If you want the binary, then download that. It still won't show up in dpkg, since you'd have to figure out how to add things to that database.

ADD REPLY

Login before adding your answer.

Traffic: 1968 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6