simroux / VirSorter

Source code of the VirSorter tool, also available as an App on CyVerse/iVirus (https://de.iplantcollaborative.org/de/)
GNU General Public License v2.0
104 stars 30 forks source link

instructions for installing mga appear to hae small error #34

Closed elsherbini closed 5 years ago

elsherbini commented 5 years ago

For installing mga, it appears that the last line of:

cd ~/miniconda/envs/virsorter/bin
wget http://metagene.nig.ac.jp/metagene/mga_x86_64.tar.gz
tar -xvzf metagene/mga_x86_64.tar.gz

should be changed to:

tar -xvzf mga_x86_64.tar.gz

simroux commented 5 years ago

Thanks for catching and reporting this !