annotate split_paired_collection.xml @ 0:7432970f4f80 draft default tip

planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
author scottx611x
date Wed, 11 Oct 2017 13:33:01 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
2
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
3 <tool id="split_paired_collection" name="Split Paired Collection" version="0.1">
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
4 <description>To split the elements of a Paired Dataset Collection into two distinct outputs</description>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
5 <command>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
6 mv $input_collection.forward $forward_element;
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
7 mv $input_collection.reverse $reverse_element;
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
8 </command>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
9 <inputs>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
10 <param name="input_collection" type="data_collection" collection_type="paired" label="Input Paired Collection"/>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
11 </inputs>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
12 <outputs>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
13 <data name="forward_element" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
14 <data name="reverse_element" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
15 </outputs>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
16 <tests>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
17 <test>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
18 <param name="input_collection">
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
19 <collection type="paired">
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
20 <element name="forward" value="forward.txt" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
21 <element name="reverse" value="reverse.txt" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
22 </collection>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
23 </param>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
24 <output name="forward_element">
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
25 <assert_contents>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
26 <has_line line="Forward Element" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
27 </assert_contents>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
28 </output>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
29 <output name="reverse_element">
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
30 <assert_contents>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
31 <has_line line="Reverse Element" />
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
32 </assert_contents>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
33 </output>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
34 </test>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
35 </tests>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
36 <help>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
37 .. class:: infomark
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
38
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
39 **Purpose**
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
40
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
41 To split the elements of a Paired Dataset Collection into two distinct outputs
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
42
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
43 -----
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
44
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
45 .. class:: infomark
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
46
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
47 **Inputs and outputs**
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
48
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
49 Input: Paired Dataset Collection
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
50 Outputs: two files corresponding to the two elements of said collection
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
51 </help>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
52 </tool>
7432970f4f80 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd
scottx611x
parents:
diff changeset
53