Mercurial > repos > peterjc > tmhmm_and_signalp
comparison tools/protein_analysis/psortb.xml @ 19:4cd848c5590b draft
Uploaded v0.2.5 preview 3, use $NSLOTS in the PSORT wrappers.
author | peterjc |
---|---|
date | Thu, 23 May 2013 12:49:18 -0400 |
parents | af3174637834 |
children | a538e182fab3 |
comparison
equal
deleted
inserted
replaced
18:2b35b5c4b7f4 | 19:4cd848c5590b |
---|---|
1 <tool id="Psortb" name="psortb" version="0.0.2"> | 1 <tool id="Psortb" name="psortb" version="0.0.3"> |
2 <description>Determines sub-cellular localisation of bacterial/archaeal protein sequences</description> | 2 <description>Determines sub-cellular localisation of bacterial/archaeal protein sequences</description> |
3 <!-- If job splitting is enabled, break up the query file into parts --> | 3 <!-- If job splitting is enabled, break up the query file into parts --> |
4 <!-- Using 2000 chunks meaning 4 threads doing 500 each is ideal --> | 4 <!-- Using 2000 chunks meaning 4 threads doing 500 each is ideal --> |
5 <parallelism method="basic" split_inputs="fasta_file" split_mode="to_size" split_size="2000" merge_outputs="tabular_file"></parallelism> | 5 <parallelism method="basic" split_inputs="fasta_file" split_mode="to_size" split_size="2000" merge_outputs="tabular_file"></parallelism> |
6 <version_command interpreter="python">psortb.py --version</version_command> | 6 <version_command interpreter="python">psortb.py --version</version_command> |
7 <command interpreter="python">psortb.py "\$NSLOTS" "$type" "$long" "$cutoff" "$divergent" "$sequence" "$outfile"</command> | 7 <command interpreter="python"> |
8 psortb.py "\$NSLOTS" "$type" "$long" "$cutoff" "$divergent" "$sequence" "$outfile" | |
9 ##I want the number of threads to be a Galaxy config option... | |
10 ##Set the number of threads in the runner entry in universe_wsgi.ini | |
11 ##which (on SGE at least) will set the $NSLOTS environment variable. | |
12 ##If the environment variable isn't set, get "", and python wrapper | |
13 ##defaults to four threads. | |
14 </command> | |
8 <stdio> | 15 <stdio> |
9 <!-- Anything other than zero is an error --> | 16 <!-- Anything other than zero is an error --> |
10 <exit_code range="1:" /> | 17 <exit_code range="1:" /> |
11 <exit_code range=":-1" /> | 18 <exit_code range=":-1" /> |
12 </stdio> | 19 </stdio> |