Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mkandziora/PhylUp into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandziora committed Nov 25, 2020
2 parents 7eaa091 + 9a6df83 commit 58b67db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_req.bash
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ echo "export PATH=$PWD:\$PATH" >> ~/.bashrctest
cd ..
cd ..

wget 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz'
gunzip -cd taxdump.tar.gz | (tar xvf - names.dmp nodes.dmp)
mv *.dmp ./data/

source ~/.bashrc

0 comments on commit 58b67db

Please sign in to comment.