This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
igblast-software [2020/04/16 10:47] aorth |
igblast-software [2020/04/16 13:43] (current) aorth |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| $ sudo mkdir -p / | $ sudo mkdir -p / | ||
| $ sudo cp -r ncbi-igblast-1.10.0/ | $ sudo cp -r ncbi-igblast-1.10.0/ | ||
| + | $ sudo mkdir / | ||
| + | $ sudo chown aorth / | ||
| + | $ cd / | ||
| + | $ wget -r -nH --cut-dirs=4 ftp:// | ||
| + | $ wget -r -nH --cut-dirs=4 ftp:// | ||
| + | $ wget -r -nH --cut-dirs=4 ftp:// | ||
| + | $ sudo chown -R root:root / | ||
| </ | </ | ||
| - | |||
| - | Note: I did not install the databases as I am not sure we need them, as we are not using igblast directly right now. Otherwise, the [[https:// | ||