comparison tools/protein_analysis/wolf_psort.xml @ 17:e6cc27d182a8 draft

Uploaded v0.2.6, embedded citations and uses $GALAXY_SLOTS
author peterjc
date Fri, 21 Nov 2014 08:19:09 -0500
parents 7de64c8b258d
children eb6ac44d4b8e
comparison
equal deleted inserted replaced
16:7de64c8b258d 17:e6cc27d182a8
1 <tool id="wolf_psort" name="WoLF PSORT" version="0.0.6"> 1 <tool id="wolf_psort" name="WoLF PSORT" version="0.0.8">
2 <description>Eukaryote protein subcellular localization prediction</description> 2 <description>Eukaryote protein subcellular localization prediction</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 wolf_psort.py $organism "\$NSLOTS" "$fasta_file" "$tabular_file" 4 wolf_psort.py $organism "\$GALAXY_SLOTS" "$fasta_file" "$tabular_file"
5 ##I want the number of threads to be a Galaxy config option...
6 ##Set the number of threads in the runner entry in universe_wsgi.ini
7 ##which (on SGE at least) will set the $NSLOTS environment variable.
8 ##If the environment variable isn't set, get "", and python wrapper 5 ##If the environment variable isn't set, get "", and python wrapper
9 ##defaults to four threads. 6 ##defaults to four threads.
10 </command> 7 </command>
11 <stdio> 8 <stdio>
12 <!-- Anything other than zero is an error --> 9 <!-- Anything other than zero is an error -->
148 See also http://wolfpsort.org 145 See also http://wolfpsort.org
149 146
150 This wrapper is available to install into other Galaxy Instances via the Galaxy 147 This wrapper is available to install into other Galaxy Instances via the Galaxy
151 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/tmhmm_and_signalp 148 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/tmhmm_and_signalp
152 </help> 149 </help>
150 <citations>
151 <citation type="doi">10.7717/peerj.167</citation>
152 <citation type="doi">10.1093/nar/gkm259</citation>
153 </citations>
153 </tool> 154 </tool>