Mercurial > repos > bgruening > cp_cellprofiler4
annotate cellprofiler.xml @ 0:b333df978624 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
author | bgruening |
---|---|
date | Mon, 25 Apr 2022 18:30:59 +0000 |
parents | |
children | 5a810dc963f4 |
rev | line source |
---|---|
0
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
1 <tool id="cp_cellprofiler4" name="CellProfiler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
2 <description>run a CellProfiler pipeline</description> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
3 <macros> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
4 <import>macros.xml</import> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
6 <xml name="test_assert_content" token_n="291"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
7 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
8 <has_n_lines n="@N@" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
9 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
10 </xml> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
11 </macros> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
12 <expand macro="cp_requirements" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
13 <command detect_errors="aggressive"><![CDATA[ |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
14 export MPLCONFIGDIR=\$TEMP && |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
15 bash '$script_file' && |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
16 cellprofiler -c -r --file-list list.txt -o ./output -p '$pipeline' |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
17 #if $detailed_output |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
18 -L 10 > ./cp.log 2>&1 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
19 #end if |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
20 ]]></command> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
21 <configfiles> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
22 <configfile name="script_file"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
23 mkdir ./input |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
24 mkdir ./output |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
25 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
26 #if $con_input_type.input_type =="yes" |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
27 tar -C ./input -xvf $con_input_type.input_images |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
28 #else |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
29 #for $i, $filename in enumerate($con_input_type.input_images): |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
30 ln -s '$filename' './input/${filename.element_identifier}.${filename.ext}' |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
31 #end for |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
32 #end if |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
33 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
34 find `pwd`/input -name "*.*" > list.txt |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
35 </configfile> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
36 </configfiles> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
37 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
38 <inputs> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
39 <param name="pipeline" type="data" format="txt" label="Pipeline file" help="A ready-to-run .cppipe file. It can be created with various CellProfiler modules." /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
40 <conditional name="con_input_type"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
41 <param name="input_type" type="select" label="Are the input images packed into a tar archive?"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
42 <option value="yes">Yes</option> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
43 <option value="no">No</option> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
44 </param> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
45 <when value="no"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
46 <param name="input_images" type="data" multiple="true" format="@FORMATS@" label="Images" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
47 </when> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
48 <when value="yes"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
49 <param name="input_images" type="data" format="tar" label="A tarball of images" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
50 </when> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
51 </conditional> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
52 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
53 <param name="detailed_output" type="boolean" label="Detailed logging file?" help="If set, a detailed CellProfiler log file will be generated." /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
54 </inputs> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
55 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
56 <outputs> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
57 <collection name="pipeline_output" type="list" label="CellProfiler pipeline output files"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
58 <discover_datasets pattern="__designation_and_ext__" visible="false" directory="output"/> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
59 </collection> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
60 <data format="txt" name="logs" from_work_dir="cp.log" label="CellProfiler log"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
61 <filter>detailed_output</filter> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
62 </data> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
63 </outputs> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
64 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
65 <tests> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
66 <test expect_num_outputs="1"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
67 <param name="pipeline" value="ExampleHuman.cppipe" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
68 <conditional name="con_input_type"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
69 <param name="input_type" value="no" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
70 <param name="input_images" value="images/AS_09125_050116030001_D03f00d0.tif,images/AS_09125_050116030001_D03f00d1.tif,images/AS_09125_050116030001_D03f00d2.tif" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
71 </conditional> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
72 <param name="detailed_output" value="False" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
73 <output_collection name="pipeline_output" type="list" count="7"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
74 <element name="AS_09125_050116030001_D03f00d0.tif_Overlay"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
75 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
76 <has_size value="168221"/> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
77 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
78 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
79 <element name="Cells"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
80 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
81 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
82 <element name="Cytoplasm"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
83 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
84 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
85 <element name="Experiment"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
86 <expand macro="test_assert_content" n="261" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
87 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
88 <element name="Image"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
89 <expand macro="test_assert_content" n="2" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
90 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
91 <element name="Nuclei"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
92 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
93 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
94 <element name="PH3"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
95 <expand macro="test_assert_content" n="23" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
96 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
97 </output_collection> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
98 </test> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
99 <test expect_num_outputs="2"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
100 <param name="pipeline" value="ExampleHuman.cppipe" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
101 <conditional name="con_input_type"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
102 <param name="input_type" value="no" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
103 <param name="input_images" value="images/AS_09125_050116030001_D03f00d0.tif,images/AS_09125_050116030001_D03f00d1.tif,images/AS_09125_050116030001_D03f00d2.tif" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
104 </conditional> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
105 <param name="detailed_output" value="True" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
106 <output_collection name="pipeline_output" type="list" count="7"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
107 <element name="AS_09125_050116030001_D03f00d0.tif_Overlay"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
108 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
109 <has_size value="168221"/> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
110 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
111 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
112 <element name="Cells"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
113 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
114 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
115 <element name="Cytoplasm"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
116 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
117 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
118 <element name="Experiment"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
119 <expand macro="test_assert_content" n="261" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
120 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
121 <element name="Image"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
122 <expand macro="test_assert_content" n="2" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
123 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
124 <element name="Nuclei"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
125 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
126 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
127 <element name="PH3"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
128 <expand macro="test_assert_content" n="23" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
129 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
130 </output_collection> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
131 <output name="logs" ftype='txt'> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
132 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
133 <has_text_matching expression="JVM will be started with AWT in headless mode" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
134 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
135 </output> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
136 </test> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
137 <!-- Repeat tests for tarball input --> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
138 <test expect_num_outputs="1"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
139 <param name="pipeline" value="ExampleHuman.cppipe" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
140 <conditional name="con_input_type"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
141 <param name="input_type" value="yes" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
142 <param name="input_images" value="images.tar" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
143 </conditional> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
144 <param name="detailed_output" value="False" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
145 <output_collection name="pipeline_output" type="list" count="7"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
146 <element name="AS_09125_050116030001_D03f00d0_Overlay"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
147 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
148 <has_size value="168221"/> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
149 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
150 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
151 <element name="Cells"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
152 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
153 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
154 <element name="Cytoplasm"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
155 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
156 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
157 <element name="Experiment"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
158 <expand macro="test_assert_content" n="261" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
159 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
160 <element name="Image"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
161 <expand macro="test_assert_content" n="2" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
162 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
163 <element name="Nuclei"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
164 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
165 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
166 <element name="PH3"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
167 <expand macro="test_assert_content" n="23" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
168 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
169 </output_collection> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
170 </test> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
171 <test expect_num_outputs="2"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
172 <param name="pipeline" value="ExampleHuman.cppipe" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
173 <conditional name="con_input_type"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
174 <param name="input_type" value="yes" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
175 <param name="input_images" value="images.tar" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
176 </conditional> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
177 <param name="detailed_output" value="True" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
178 <output_collection name="pipeline_output" type="list" count="7"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
179 <element name="AS_09125_050116030001_D03f00d0_Overlay"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
180 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
181 <has_size value="168221"/> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
182 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
183 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
184 <element name="Cells"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
185 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
186 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
187 <element name="Cytoplasm"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
188 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
189 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
190 <element name="Experiment"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
191 <expand macro="test_assert_content" n="261" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
192 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
193 <element name="Image"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
194 <expand macro="test_assert_content" n="2" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
195 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
196 <element name="Nuclei"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
197 <expand macro="test_assert_content" n="290" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
198 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
199 <element name="PH3"> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
200 <expand macro="test_assert_content" n="23" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
201 </element> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
202 </output_collection> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
203 <output name="logs" ftype='txt'> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
204 <assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
205 <has_text_matching expression="JVM will be started with AWT in headless mode" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
206 </assert_contents> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
207 </output> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
208 </test> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
209 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
210 </tests> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
211 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
212 <help> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
213 <![CDATA[ |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
214 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
215 .. class:: infomark |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
216 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
217 **What it does** |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
218 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
219 This is the last tool in a CellProfiler workflow and runs a CellProfiler @TOOL_VERSION@ pipeline file on a collection of images. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
220 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
221 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
222 .. class:: infomark |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
223 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
224 **Input** |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
225 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
226 - Collection of images. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
227 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
228 - Existing CellProfiler pipeline file *(.cppipe)* or generated by linking CellProfiler tools. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
229 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
230 .. class:: infomark |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
231 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
232 **Output** |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
233 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
234 - Images if the tool *SaveImages* was included in the workflow. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
235 - The features selected if the tool *ExportToSpreadsheet* was included in the workflow. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
236 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
237 .. class:: warningmark |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
238 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
239 **IMPORTANT** |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
240 |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
241 Only the pipelines generated with the version @TOOL_VERSION@ of CellProfiler can be run, other versions may cause problems. |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
242 ]]> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
243 </help> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
244 <expand macro="citations" /> |
b333df978624
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 4cb71c4badd30480d67860ff614410f37f2cc8d0"
bgruening
parents:
diff
changeset
|
245 </tool> |