OSU HPC Needs
OSU HPC Software
As we get stuff installed that isn't in a default path, we're using env. modules. So just:
module load bio_apps
will bring everything in the path. I'd really like to do a sample test of these so we can verify they work...
Software |
Version |
Location (binaries) |
Tophat |
2.0.4 |
/share/apps/tophat/2.0.4 |
Velvet |
1.2.07 |
/share/apps/velvet/1.2.07 |
Python |
2.7.3 |
/share/apps/python/2.7.3/bin |
Bowtie |
0.12.8 |
/share/apps/bowtie-0.12.8 |
R |
2.14.0 |
/share/apps/R-2.14.0/bin |
SAM Tools |
0.1.18 |
/share/apps/samtools/0.1.18 |
BED Tools |
2.16.2 |
/share/apps/bedtools/2.16.2/bin |
BWA |
0.6.2 |
/share/apps/bwa/0.6.2 |
Picard* |
1.74 |
/share/apps/picard/1.74 |
Java (JDK) |
1.6.0 |
/share/apps/java-1.6.0/jdk1.6.0_26/bin/java |
*Picard requires Java 1.6.0, which necessitates prepending the proper directory to a user’s path. Picard is run with a command in the form of “java -jar /share/apps/picard/1.74/nameofpicardcommand.jar.”
- bwa -done
- bedtools -done
- samtools -done
- picard -done
- icommands -done (users can just type iinit and only need their iplant creds)
- velvet -done
- tophat -done
- bowtie -done
- igvtools - NOT done - please advise if you plan to use the CLI version or just the GUI in atmosphere or somewhere else.
- R (maybe) -done
- perl 5.12.x - have perl version 5.12.3
- python 2.7.x - have python version 2.7.2 and it has mjson.tool...
- Just need a version of python where the following command line gives this result, rather than "python: module json.tool not found"
echo "hello" | python -mjson.tool No JSON object could be decoded
- Just need a version of python where the following command line gives this result, rather than "python: module json.tool not found"
- wget - done
- curl - done
- fastx_toolkit done
In addition, apps specified in Haibao's document are needed on the system
I've gone through most of the first of Haibao's document, and edited the changes. I edited some of the scripts.
Update log
User | Edits | Last Update |
---|