annotate salmonquantmerge.xml @ 7:7e50e8d920db draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
author bgruening
date Mon, 05 Dec 2022 15:48:07 +0000
parents 88c07fc4024c
children a896b8b7d264
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
7e50e8d920db planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents: 6
diff changeset
1 <tool id="salmonquantmerge" name="Salmon quantmerge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE_VERSION@">
0
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
2 <description>Merge multiple quantification results into a single file</description>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
3 <macros>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
4 <import>macros.xml</import>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
5 </macros>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
6 <expand macro="requirements"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
8 @qmerge@
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
9 ]]></command>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
10 <inputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
11 <expand macro="quantmerge"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
12 </inputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
13 <outputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
14 <data name="mergedfile" format="tabular" label="${tool.name} on ${on_string}" from_work_dir="qmergeout.tab"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
15 </outputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
16 <tests>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
17 <test expect_num_outputs="1">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
18 <repeat name="quantfiles">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
19 <param name="quants" value="quant2.sf"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
20 <param name="names" value="asdf"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
21 </repeat>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
22 <repeat name="quantfiles">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
23 <param name="quants" value="quant1.sf"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
24 <param name="names" value="qwerty"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
25 </repeat>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
26 <output name="mergedfile" ftype="tabular">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
27 <assert_contents>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
28 <has_text text="qwerty"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
29 <has_text text="NM_014621"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
30 <has_n_columns n="3"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
31 </assert_contents>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
32 </output>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
33 </test>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
34 </tests>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
35 <help><![CDATA[
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
36 @salmonhelp@
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
37 ]]></help>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
38 <expand macro="citations"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
39 </tool>