annotate salmonquantmerge.xml @ 10:a896b8b7d264 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
author bgruening
date Mon, 18 Mar 2024 09:35:17 +0000
parents 7e50e8d920db
children
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>
10
a896b8b7d264 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents: 7
diff changeset
6 <expand macro="xrefs"/>
0
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
7 <expand macro="requirements"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
8 <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
9 @qmerge@
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
10 ]]></command>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
11 <inputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
12 <expand macro="quantmerge"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
13 </inputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
14 <outputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
15 <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
16 </outputs>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
17 <tests>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
18 <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
19 <repeat name="quantfiles">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
20 <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
21 <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
22 </repeat>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
23 <repeat name="quantfiles">
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
24 <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
25 <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
26 </repeat>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
27 <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
28 <assert_contents>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
29 <has_text text="qwerty"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
30 <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
31 <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
32 </assert_contents>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
33 </output>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
34 </test>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
35 </tests>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
36 <help><![CDATA[
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
37 @salmonhelp@
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
38 ]]></help>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
39 <expand macro="citations"/>
43658f594542 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff changeset
40 </tool>