Repository 'clinod'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/peterjc/clinod

Changeset 10:04aed2f80910 (2013-05-25)
Previous changeset 9:c4f503750a44 (2013-05-23) Next changeset 11:deb6cb2db22b (2013-05-29)
Commit message:
Uploaded v0.0.5 take 10, use four threads rather than eight to run on Galaxy's test cluster.
modified:
tools/clinod/clinod.xml
b
diff -r c4f503750a44 -r 04aed2f80910 tools/clinod/clinod.xml
--- a/tools/clinod/clinod.xml Thu May 23 04:34:02 2013 -0400
+++ b/tools/clinod/clinod.xml Sat May 25 09:24:02 2013 -0400
b
@@ -7,7 +7,7 @@
     <command>
 ##The Galaxy Tool Shed installation should define $CLINOD to point at folder
 ##containing both clinod-1.3.jar and the batchman binary:
-java -jar \$CLINOD/clinod-1.3.jar -in="$fasta_file" -out="$tabular_file" -t=8 -f=MEDIUM_TAB -nonols -clean_sequence
+java -jar \$CLINOD/clinod-1.3.jar -in="$fasta_file" -out="$tabular_file" -t=4 -f=MEDIUM_TAB -nonols -clean_sequence
 ##I want the number of threads to be a Galaxy config option...
 ##TODO - Make the -clean_sequence argument a parameter?
     </command>