davetang / install_scripts

Scripts to install tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Scripts to install tools from their source because sometimes I just want to install tools this way. However, I should add that there are better (because compiling can be a pain) ways to install tools than using my scripts. For example, using Conda:

conda install bioconda::samtools

Using BioContainers:

docker run --rm quay.io/biocontainers/samtools:1.19.2--h50ea8bc_1 samtools --version
samtools 1.19.2
Using htslib 1.19.1
# output snipped

About

Scripts to install tools

License:MIT License


Languages

Language:Shell 100.0%