annotate architecture.xml @ 0:40c86e14b674 draft

Uploaded first version of tagdust
author brenninc
date Mon, 09 May 2016 04:08:01 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
1 <tool id="tagdust_architecture" name="Tagdust Architecture viewer" version="0.2">
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
2 <description>Displays a tagdust Architecture file</description>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
3 <macros>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
4 <import>macros.xml</import>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
5 </macros>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
6 <expand macro="requirements"></expand>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
7 <expand macro="stdio"></expand>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
8 <expand macro="version_command"></expand>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
9 <command >
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
10 cp $architecture.fields.path architecture.txt ;
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
11 </command>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
12 <inputs>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
13 <expand macro="architecture"></expand>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
14 </inputs>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
15 <outputs>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
16 <data format="txt" name="architecturefile" label="The tagdust architecture." from_work_dir="architecture.txt"/>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
17 </outputs>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
18 <tests>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
19 <test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
20 <param name="architecture" value="test_F:NNNNNNNN_S:TATAGGG_R:N" />
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
21 <output name="architecturefile" file="../tool-data/F:NNNNNNNN_S:TATAGGG_R:N.txt"/>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
22 </test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
23 <test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
24 <param name="architecture" value="test_B:GTA_AAC_R:N" />
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
25 <output name="architecturefile" file="../tool-data/B:GTA,AAC_R:N.txt"/>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
26 </test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
27 <test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
28 <param name="architecture" value="test_R:N" />
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
29 <output name="architecturefile" file="../tool-data/R:N.txt"/>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
30 </test>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
31 </tests>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
32 <help>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
33 <![CDATA[
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
34 This tools simply prints out the selected architecture without running tagdust.
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
35
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
36 Note both the single end and paired end tagdust tools will report the architecture to standard out.
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
37
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
38 ]]>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
39 @tagdust-documentation@
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
40 </help>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
41 <expand macro="citations"></expand>
40c86e14b674 Uploaded first version of tagdust
brenninc
parents:
diff changeset
42 </tool>