Update samtools to the latest version
1
1
Entering edit mode
6.2 years ago
Gene_MMP8 ▴ 240

Apologies if this has already been answered, but if I want to update samtools 1.3 to the latest release, what's the best way to go about it? Uninstall the older version first and then do a fresh install, or is there a update command that automatically does that from the terminal?

sequencing next-gen • 13k views
ADD COMMENT
2
Entering edit mode

I'd suggest you start using conda, then everything becomes lots easier.

ADD REPLY
2
Entering edit mode
6.2 years ago

Remove the old version and install the new one (or just install the new one over top). But really, as Wouter mentioned, conda is your friend: conda install -c bioconda samtools. I recommend making a separate conda environment for each software version, since then you don't have to worry something breaking because you've accidentally up/down-graded some random dependency of another tool.

ADD COMMENT
0
Entering edit mode

Thanks for suggesting conda. I installed it. It's really useful to keep such an environment for hassle free software installation.

ADD REPLY

Login before adding your answer.

Traffic: 2196 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