annotate collection_element_identifiers.xml @ 1:d3c07d270a50 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
author iuc
date Mon, 01 Apr 2019 12:06:57 -0400
parents 220ee3518f19
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
1 <tool id="collection_element_identifiers" name="Extract element identifiers" version="0.0.2">
0
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>
1
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
15 <param name="input_collection" type="data_collection" collection_type="list,list:paired" label="Dataset collection"/>
0
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>
1
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
29 <output name="output" file="output_1.txt" />
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
30 </test>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
31 <test>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
32 <param name="input_collection">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
33 <collection type="list:paired">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
34 <element name="pair1">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
35 <collection type="paired">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
36 <element name="forward" value="simple_line.txt" />
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
37 <element name="reverse" value="simple_line.txt" />
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
38 </collection>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
39 </element>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
40 <element name="pair2">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
41 <collection type="paired">
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
42 <element name="forward" value="simple_line.txt" />
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
43 <element name="reverse" value="simple_line.txt" />
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
44 </collection>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
45 </element>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
46 </collection>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
47 </param>
d3c07d270a50 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 499e43875e82f64ed046fb85ee6f8ae7e5f3673f
iuc
parents: 0
diff changeset
48 <output name="output" file="output_2.txt"/>
0
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
49 </test>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
50 </tests>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
51 <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
52 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
53 ]]></help>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
54 <citations>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
55 </citations>
220ee3518f19 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45
iuc
parents:
diff changeset
56 </tool>