muscle-software
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
muscle-software [2014/08/11 13:06] – created joguya | muscle-software [2023/02/23 06:10] (current) – aorth | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | * One of the scientist requested us to add a new module known as [[http:// | + | MUSCLE is a multiple |
- | * Download muscle binaries, in / | + | |
- | * Copy over the binaries to / | + | |
- | * Clone [[https:// | + | |
- | * cd to hpc-environment-modules git repo & mkdir muscle, in it create the module file & name it the version number i.e. 3.8.31 | + | |
- | * Commit & push to github | + | |
- | * Run ansible & limit to compute nodes & modules tag | + | |
- | < | + | |
- | ssh hpc | + | |
- | wget http:// | + | |
- | tar -xvf muscle3.8.31_i86linux64.tar.gz | + | |
- | sudo su - | + | |
- | mkdir -p / | + | |
- | cp muscle / | + | |
- | </ | + | |
- | * Clone environment modules & add a new module | + | ===== Information ===== |
- | < | + | * Version: 3.8.1551 |
- | git clone https://github.com/ | + | * Added: April, 2020 |
- | cd hpc-environment-modules/ | + | * Updated: February, 2023 |
- | mkdir muscle/ | + | * Link: http://www.drive5.com/muscle/ |
- | vim muscle/3.8.31 | + | |
- | </code> | + | |
- | * Muscle module file | + | ===== Usage ===== |
- | <file> | + | See versions of muscle which are available: |
- | # | + | <code>$ module avail muscle</code> |
- | ## | + | |
- | ## Muscle modulefile | + | |
- | ## By James Oguya <j.oguya@cgiar.org> | + | |
- | ## August, 2014 | + | |
- | ## | + | |
- | module-whatis " | + | Load a particular version into your environment and run it: |
- | # for TCL script use | + | < |
- | set | + | $ muscle |
- | set | + | MUSCLE v3.8.1551 by Robert C. Edgar</code> |
- | set | + | |
- | set | + | |
- | prepend-path | + | ===== Installation ====== |
- | </ | + | Notes from the sysadmin during installation: |
- | * Deploy new module using ansible | + | < |
+ | $ wget http:// | ||
+ | $ mkdir muscle | ||
+ | $ tar xf muscle_src_3.8.1551.tar.gz -C muscle | ||
+ | $ cd muscle | ||
+ | $ sudo dnf install glibc-static libstdc++-static.x86_64 | ||
+ | $ make | ||
+ | $ sudo mkdir -p / | ||
+ | $ sudo cp muscle / | ||
- | < | + | If you get an error about inability to link against '' |
- | ansible-playbook site.yml | + | |
- | </ | + | |
- | + | ||
- | * Test to confirm success: do a module avail, module load muscle/ | + | |
- | + | ||
- | < | + | |
- | module avail | + | |
- | module load muscle/3.8.31 | + | |
- | module ls | + | |
- | muscle | + | |
- | module unload | + | |
- | </ | + |
muscle-software.1407762411.txt.gz · Last modified: 2014/08/11 13:06 by joguya