Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ # Language: Java, Bash # Information about documentation is in /docs/readme.txt. # Version 38.26 # Version 38.43 a_sample_mt.sh +5 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,11 @@ Processing parameters: None yet! Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading analyzeaccession.sh +5 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,11 @@ Parameters: lines=-1 If positive, stop after this many lines. Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading analyzegenes.sh +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function analyze() { module load pigz fi local CMD="java $EA $EOOM $z $z2 -cp $CP prok.AnalyzeGenes $@" echo $CMD >&2 #echo $CMD >&2 eval $CMD } Loading bbcms.sh +6 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ usage(){ echo " Written by Brian Bushnell Last modified July 24, 2018 Last modified December 19, 2018 Description: Error corrects reads and/or filters by depth, storing kmer counts in a count-min sketch (a Bloom filter variant). Loading Loading @@ -89,9 +89,11 @@ smooth=3 Remove spikes from kmer counts due to hash collisions. Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ # Language: Java, Bash # Information about documentation is in /docs/readme.txt. # Version 38.26 # Version 38.43
a_sample_mt.sh +5 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,11 @@ Processing parameters: None yet! Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading
analyzeaccession.sh +5 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,11 @@ Parameters: lines=-1 If positive, stop after this many lines. Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading
analyzegenes.sh +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function analyze() { module load pigz fi local CMD="java $EA $EOOM $z $z2 -cp $CP prok.AnalyzeGenes $@" echo $CMD >&2 #echo $CMD >&2 eval $CMD } Loading
bbcms.sh +6 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ usage(){ echo " Written by Brian Bushnell Last modified July 24, 2018 Last modified December 19, 2018 Description: Error corrects reads and/or filters by depth, storing kmer counts in a count-min sketch (a Bloom filter variant). Loading Loading @@ -89,9 +89,11 @@ smooth=3 Remove spikes from kmer counts due to hash collisions. Java Parameters: -Xmx This will be passed to Java to set memory usage, overriding the program's automatic memory detection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -Xmx This will set Java's memory usage, overriding autodetection. -Xmx20g will specify 20 gigs of RAM, and -Xmx200m will specify 200 megs. The max is typically 85% of physical memory. -eoom This flag will cause the process to exit if an out-of-memory exception occurs. Requires Java 8u92+. -da Disable assertions. Please contact Brian Bushnell at bbushnell@lbl.gov if you encounter any problems. Loading