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

Changeset 15:c2f64216ff1d (2013-10-17)
Previous changeset 14:0d39248a7a9f (2013-09-17) Next changeset 16:a8c978f17251 (2014-11-20)
Commit message:
Uploaded v0.0.7, support for $GALAXY_SLOTS
modified:
tools/clinod/README.rst
tools/clinod/clinod.xml
b
diff -r 0d39248a7a9f -r c2f64216ff1d tools/clinod/README.rst
--- a/tools/clinod/README.rst Tue Sep 17 11:43:15 2013 -0400
+++ b/tools/clinod/README.rst Thu Oct 17 06:04:11 2013 -0400
b
@@ -67,6 +67,7 @@
         - Use reStructuredText for this README file.
         - Updated citation information (Cock et al. 2013).
         - Development moved to GitHub, https://github.com/peterjc/pico_galaxy
+v0.0.7  - Use the new $GALAXY_SLOTS environment variable for thread count.
 ======= ======================================================================
 
 
b
diff -r 0d39248a7a9f -r c2f64216ff1d tools/clinod/clinod.xml
--- a/tools/clinod/clinod.xml Tue Sep 17 11:43:15 2013 -0400
+++ b/tools/clinod/clinod.xml Thu Oct 17 06:04:11 2013 -0400
b
@@ -1,4 +1,4 @@
-<tool id="clinod" name="Nucleolar localization sequence Detector (NoD)" version="0.0.5">
+<tool id="clinod" name="Nucleolar localization sequence Detector (NoD)" version="0.0.7">
     <description>Find nucleolar localization signals (NoLSs) in protein sequences</description>
     <requirements>
         <requirement type="binary">java</requirement>
@@ -7,8 +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=2 -f=MEDIUM_TAB -nonols -clean_sequence
-##I want the number of threads to be a Galaxy config option...
+java -jar \$CLINOD/clinod-1.3.jar -in="$fasta_file" -out="$tabular_file" -t="\$GALAXY_SLOTS" -f=MEDIUM_TAB -nonols -clean_sequence
 ##TODO - Make the -clean_sequence argument a parameter?
     </command>
     <stdio>