comparison tools/effectiveT3/effectiveT3.xml @ 11:392279f2e120 draft

Uploaded v0.0.12, more explicit output name
author peterjc
date Thu, 23 May 2013 13:11:09 -0400
parents 0c21abf1073b
children 914f7ae776fc
comparison
equal deleted inserted replaced
10:dba60c447660 11:392279f2e120
1 <tool id="effectiveT3" name="Effective T3" version="0.0.11"> 1 <tool id="effectiveT3" name="Effective T3" version="0.0.12">
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 <version_command interpreter="python">effectiveT3.py --version</version_command> 6 <version_command interpreter="python">effectiveT3.py --version</version_command>
38 <param name="cutoff" type="float" min="0" max="1" label="Cut-off" value="" help="Threshold cut-off between 0 and 1" /> 38 <param name="cutoff" type="float" min="0" max="1" label="Cut-off" value="" help="Threshold cut-off between 0 and 1" />
39 </when> 39 </when>
40 </conditional> 40 </conditional>
41 </inputs> 41 </inputs>
42 <outputs> 42 <outputs>
43 <data name="tabular_file" format="tabular" label="$module.value_label results" /> 43 <data name="tabular_file" format="tabular" label="Effective T3 $module.value_label on ${on_string}" />
44 </outputs> 44 </outputs>
45 <tests> 45 <tests>
46 <test> 46 <test>
47 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" /> 47 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" />
48 <param name="module" value="animal" /> 48 <param name="module" value="animal" />