maker-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| maker-software [2020/11/02 12:10] – created aorth | maker-software [2021/11/01 09:11] (current) – aorth | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| $ maker -h</ | $ maker -h</ | ||
| - | **Note:** Maker generates literally millions of small files. Please please please make sure you direct your program output to the local ''/ | + | **Note |
| + | |||
| + | **Note 2:** Maker uses a lot of temporary storage in ''/ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Line 26: | Line 28: | ||
| < | < | ||
| $ rpm --rebuilddb --root=/ | $ rpm --rebuilddb --root=/ | ||
| - | $ wget https:// | + | $ wget https:// |
| + | $ sudo rpm --root=/ | ||
| $ sudo yum --installroot=/ | $ sudo yum --installroot=/ | ||
| $ sudo cp / | $ sudo cp / | ||
| Line 38: | Line 41: | ||
| # cp -r maker/* / | # cp -r maker/* / | ||
| # cd / | # cd / | ||
| - | # Check dependencies that need satisfying... | + | # Check Perl dependencies that need satisfying... |
| # perl Build.PL | # perl Build.PL | ||
| # cpanm -l / | # cpanm -l / | ||
| Line 58: | Line 61: | ||
| $ perl Build.PL | $ perl Build.PL | ||
| $ module load repeatmasker/ | $ module load repeatmasker/ | ||
| + | # change permissions on this table of contents that Maker' | ||
| + | $ sudo chown -R aorth:aorth / | ||
| + | # install mpich-3.2-devel so we can get mpicc to enable MPI support in Maker | ||
| + | $ sudo yum install mpich-3.2-devel.x86_64 | ||
| $ perl Build.PL | $ perl Build.PL | ||
| $ ./Build install | $ ./Build install | ||
maker-software.1604319001.txt.gz · Last modified: by aorth
