This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat analysis/bin/saxonb9 analysis/bin/smrtreporter analysis/bin/referenceUploader | |
#!/bin/bash | |
# Source the smrtanalysis setup.sh file | |
. $($(dirname $(readlink -f "$0"))/../../admin/bin/getsetupfile) | |
JAVA=${SMRT_TOPDIR}/redist/java/bin/java | |
JAVA_OPTIONS="-Xmx72m -Xms4m" | |
$JAVA $JAVA_OPTIONS -jar $ASSEMBLY_HOME/lib/saxonb9-1-0-1j/saxon9.jar "$@" | |
#!/bin/bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant ssh | |
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-39-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Sun Dec 14 18:06:00 UTC 2014 | |
System load: 0.37 Processes: 100 | |
Usage of /: 2.7% of 39.34GB Users logged in: 0 | |
Memory usage: 10% IP address for eth0: 10.0.2.15 |
OlderNewer