annotate collection_element_identifiers.xml @ 0:220ee3518f19 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
author iuc
date Fri, 15 Jun 2018 04:55:24 -0400
parents
children d3c07d270a50
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
1 <tool id="collection_element_identifiers" name="Extract element identifiers" version="0.0.1">
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
2 <description>of a list collection</description>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
3 <requirements>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
4 </requirements>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
6 mv '$cf' '$output'
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
7 ]]>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
8 </command>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
9 <configfiles>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
10 <configfile name="cf">#for $el in $input_collection:
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
11 ${el.element_identifier}
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
12 #end for</configfile>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
13 </configfiles>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
14 <inputs>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
15 <param name="input_collection" type="data_collection" collection_type="list" label="Dataset collection"/>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
16 </inputs>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
17 <outputs>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
18 <data name="output" format="txt" />
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
19 </outputs>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
20 <tests>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
21 <test>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
22 <param name="input_collection">
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
23 <collection type="list">
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
24 <element name="e1" value="simple_line.txt" />
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
25 <element name="e2" value="simple_line.txt" />
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
26 <element name="e3" value="simple_line.txt" />
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
27 </collection>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
28 </param>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
29 <output name="output" file="output.txt" />
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
30 </test>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
31 </tests>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
32 <help><![CDATA[
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
33 This tool takes a list-type collection and produces a text dataset as output, containing the element identifiers of all datasets contained in the collection.
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
34 ]]></help>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
35 <citations>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
36 </citations>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
37 </tool>