This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to use GitHub to install assemblers?

How to install assemblers through GitHub in the Ubuntu 16.04 terminal?

For example: SGA: https://github.com/jts/sga Minia: https://github.com/GATB/minia

I would be grateful if someone would explain me step by step.

assembly github install sga minia

minia includes instructions of how to clone (make a local copy of) code from GitHub repo to your local machine. Then install.

Into to using Git.

1 answer

Write in terminal:

git clone https://github.com/GATB/minia.git

git clone https://github.com/jts/sga.git

Then go to cloned directories and follow installation instructions.

Log in to answer this question.