How to install SGA assembler in Ubuntu 16.02 LTS?
Hello everyone!
I am new to the genome assembly world and would like to install the SGA assembler on Ubuntu 16.04 LTS.
The internet tutorials are confusing and I could not install it.
Could someone help me with all the steps to this?
• 2,563 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Use conda ( https://anaconda.org/bioconda/sga ), or install from Ubuntu repositories with
sudo apt-get install sga.By sudo apt-get there is no package called sga
Use conda, you won't regret it !