annotate example.xml @ 0:cdf628cb43db draft default tip

planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
author goeckslab
date Tue, 20 Sep 2022 17:35:01 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
1 <tool id="example" name="example" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
2 <description>serving as an example</description>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
3 <xrefs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
4 <xref type="bio.tools"></xref>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
5 </xrefs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
6 <macros>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
7 <token name="@TOOL_VERSION@">0.1.0</token>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
8 <token name="@VERSION_SUFFIX@">0</token>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
9 </macros>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
10 <edam_topics>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
11 <edam_topic>topic_4019</edam_topic>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
12 </edam_topics>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
13 <edam_operations>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
14 <edam_operation>operation_3429</edam_operation>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
15 </edam_operations>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
16 <requirements>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
17 <requirement type="package" version="5.0.018">bash</requirement>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
18 </requirements>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
19 <command detect_errors="aggressive"><![CDATA[
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
20 echo '$in' > '$out'
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
21 ]]></command>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
22 <inputs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
23 <param name="in" type="text" value="" label="A text onput parameter" help="Could need some help">
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
24 <sanitizer invalid_char="">
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
25 <valid initial="string.letters,string.digits">
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
26 <add value="_" />
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
27 </valid>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
28 </sanitizer>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
29 </param>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
30 </inputs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
31 <outputs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
32 <data format="txt" name="out" />
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
33 </outputs>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
34 <tests>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
35 <test>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
36 <param name="in" value="test" />
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
37 <output name="out">
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
38 <assert_contents>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
39 <has_text text="test" />
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
40 </assert_contents>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
41 </output>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
42 </test>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
43 </tests>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
44 <help><![CDATA[
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
45
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
46 .. class:: infomark
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
47
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
48 **What it does**
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
49
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
50 Serves as an example
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
51 ]]></help>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
52 <citations>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
53 <citation type="doi">10.1093/nar/gky379</citation>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
54 </citations>
cdf628cb43db planemo upload for repository https://github.com/bernt-matthias/galaxy-tool-repository-template/tree/master/tools/example/ commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
diff changeset
55 </tool>