Changes between Version 28 and Version 29 of Software
- Timestamp:
- Dec 8, 2013, 9:59:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software
v28 v29 1 1 == Available Software == 2 3 2 Before any software can be used, the corresponding module has to be loaded. This is done by typing `module load software_name`. You can use `module avail` or `module whatis` to list the names of the available software modules. To list the modules currently loaded, use `module list` 4 3 … … 6 5 7 6 === Assemblers and related software === 8 9 7 * Software/Cap3 10 8 * Software/Mira … … 16 14 * [[Software/Blast2Go]] 17 15 * Software/RocheNewbler 18 16 * Software/TopHat 17 * Software/CuffLinks 18 * 19 19 20 20 === Homology searches and alignment === 21 22 21 * Software/NCBIBlast 23 22 * Software/Mafft … … 28 27 * [[Software/MigrateN]] 29 28 30 31 29 === Programming languages and libraries === 32 33 30 * Perl [http://www.perl.org] modules for BioPerl [http://www.bioperl.org/wiki/Main_Page] - These are useful if you write your own perl scripts. 34 31 * Python [http://www.python.org] modules for BioPython [http://biopython.org/wiki/Biopython] - The Python ditto to BioPerl. 35 32 * Software/OpenMpi - Message Passing Interface 36 37