annotate blast2html.xml @ 1:9f5b46e90bd3 draft

Upload test
author jankanis
date Mon, 19 May 2014 09:46:42 -0400
parents a54279222d84
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
1 <tool id="blast2html" name="blast2html" version="0.0.4">
0
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
2
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
3 <description>Convert BLAST XML to HTML</description>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
4
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
5 <requirements>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
6 <requirement type="python-module">jinja2</requirement>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
7 <requirement type="python-module">lxml</requirement>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
8 <requirement type="python-module">argparse</requirement>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
9 </requirements>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
10
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
11 <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command>
1
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
12
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
13 <stdio>
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
14 <!-- Any exit code other than 0 is an error -->
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
15 <exit_code range="1:" />
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
16 <exit_code range=":-1" />
9f5b46e90bd3 Upload test
jankanis
parents: 0
diff changeset
17 </stdio>
0
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
18
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
19 <inputs>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
20 <param format="blast" name="input" type="data" label="Source file"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
21 </inputs>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
22
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
23 <outputs>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
24 <data format="html" name="output" />
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
25 </outputs>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
26
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
27 <tests>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
28 <test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
29 <param name="input" value="blast xml example1.xml"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
30 <output name="out_file1" file="blast xml example1.html"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
31 </test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
32 <test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
33 <param name="input" value="blast xml example2.xml"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
34 <output name="out_file1" file="blast xml example2.html"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
35 </test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
36 <test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
37 <param name="input" value="blast xml example3.xml"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
38 <output name="out_file1" file="blast xml example3.html"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
39 </test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
40 <test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
41 <param name="input" value="blast xml example4.xml"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
42 <output name="out_file1" file="blast xml example4.html"/>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
43 </test>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
44 </tests>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
45
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
46 <help>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
47 This tool converts the default BLAST XML result into a HTML document
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
48 </help>
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
49
a54279222d84 Imported from capsule None
jankanis
parents:
diff changeset
50 </tool>