How to use GitHub to install assemblers?
1
0
Entering edit mode
4.9 years ago

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 • 1.2k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
2
Entering edit mode
4.9 years ago
agata88 ▴ 870

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.

ADD COMMENT

Login before adding your answer.

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