comparison tools/effectiveT3/effectiveT3.xml @ 6:0f6eb4a75000 draft

v0.0.15 internal changes; v0.0.14 fixed error handling
author peterjc
date Wed, 05 Aug 2015 11:04:42 -0400
parents 1ea715da1879
children 5f85301d50bf
comparison
equal deleted inserted replaced
5:1ea715da1879 6:0f6eb4a75000
1 <tool id="effectiveT3" name="Effective T3" version="0.0.13"> 1 <tool id="effectiveT3" name="Effective T3" version="0.0.15">
2 <description>Find bacterial effectors in protein sequences</description> 2 <description>Find bacterial effectors in protein sequences</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.0.1">effectiveT3</requirement> 4 <requirement type="package" version="1.0.1">effectiveT3</requirement>
5 </requirements> 5 </requirements>
6 <stdio>
7 <!-- Anything other than zero is an error -->
8 <exit_code range="1:" />
9 <exit_code range=":-1" />
10 </stdio>
6 <version_command interpreter="python">effectiveT3.py --version</version_command> 11 <version_command interpreter="python">effectiveT3.py --version</version_command>
7 <command interpreter="python"> 12 <command interpreter="python">
8 effectiveT3.py $module.fields.path 13 effectiveT3.py $module.fields.path
9 #if $restrict.type=="cutoff": 14 #if $restrict.type=="cutoff":
10 cutoff=$restrict.cutoff 15 cutoff=$restrict.cutoff
11 #else: 16 #else:
12 $restrict.type 17 $restrict.type
13 #end if 18 #end if
14 $fasta_file $tabular_file</command> 19 $fasta_file $tabular_file</command>
15 <stdio>
16 <!-- Anything other than zero is an error -->
17 <exit_code range="1:" />
18 <exit_code range=":-1" />
19 </stdio>
20 <inputs> 20 <inputs>
21 <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/> 21 <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/>
22 <param name="module" type="select" display="radio" label="Classification module"> 22 <param name="module" type="select" display="radio" label="Classification module">
23 <options from_file="effectiveT3.loc"> 23 <options from_file="effectiveT3.loc">
24 <column name="value" index="0"/> 24 <column name="value" index="0"/>