annotate refinery_test_1-N.xml @ 1:b87749d7a24c draft default tip

planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
author refinery-platform
date Thu, 22 Feb 2018 14:14:03 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
2
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
3 <tool id="refinery_test_1-N" name="Refinery test tool 1-N" version="0.1">
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
4 <description>for testing Galaxy workflow execution from Refinery</description>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
5 <command>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
6 <![CDATA[
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
7 ## Run the splitter tool upon a single input producing N outputs based on how many concatenated files our input was created from.
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
8 $__tool_directory__/refinery_file_splitter.py -i $input_file
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
9 ]]>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
10 </command>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
11 <inputs>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
12 <param name="input_file" format="txt" type="data" label="Input file"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
13 </inputs>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
14 <outputs>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
15 <data format="txt" name="report">
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
16 <discover_datasets pattern="__designation_and_ext__" visible="true"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
17 </data>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
18 </outputs>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
19 <tests>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
20 <test>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
21 <param name="input_file" value="concat_output.txt"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
22 <discovered_dataset designation="Output file 1" ftype="txt">
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
23 <assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
24 <has_line line="Contents of File 1:"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
25 </assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
26 </discovered_dataset>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
27 <discovered_dataset designation="Output file 2" ftype="txt">
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
28 <assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
29 <has_line line="Contents of File 2:"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
30 </assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
31 </discovered_dataset>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
32 <discovered_dataset designation="Output file 3" ftype="txt">
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
33 <assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
34 <has_line line="Contents of File 3:"/>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
35 </assert_contents>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
36 </discovered_dataset>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
37 </test>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
38 </tests>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
39 <help>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
40 .. class:: infomark
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
41
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
42 **Purpose**
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
43
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
44 To test Galaxy workflow execution and monitoring from Refinery.
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
45
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
46 -----
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
47
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
48 .. class:: infomark
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
49
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
50 **Inputs and outputs**
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
51
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
52 This wrapper will accept one input file with the concatenated data of N input files run through refinery test tools and will partition said data into N output files containing the afforementioned N input files original contents
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
53 </help>
b87749d7a24c planemo upload commit 4fb0a789956149e5a58f4e370d7fe14f4e8bcf79
refinery-platform
parents:
diff changeset
54 </tool>