comparison macros.xml @ 0:d801b0675eb5 draft

planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit b36048cd608ede0ec6f6559648525c9350caae34-dirty
author wolma
date Sat, 11 Nov 2017 18:18:54 -0500
parents
children e76e813f615a
comparison
equal deleted inserted replaced
-1:000000000000 0:d801b0675eb5
1 <macros>
2 <token name="@MIMODD_VERSION_REQUIRED@">0.1.8</token>
3 <token name="@MIMODD_REAL_VERSION@">0.1.8</token>
4 <token name="@MIMODD_WRAPPER_VERSION@">0.1.8_0</token>
5 <token name="@HELP_FOOTER@"><![CDATA[
6 ----
7
8 .. class:: infomark
9
10 For **additional help** see these resources:
11
12 - The complete `MiModD User Guide <http://mimodd.readthedocs.io/en/v0.1.8/usage_toc.html>`__
13
14 - The `MiModD help forum <https://groups.google.com/forum/#!forum/mimodd>`__ reachable also via `email <mailto:mimodd@googlegroups.com>`__
15
16 ]]></token>
17 <xml name="requirements">
18 <requirements>
19 <requirement type="package" version="@MIMODD_VERSION_REQUIRED@">MiModD</requirement>
20 <yield />
21 </requirements>
22 </xml>
23 <xml name="stdio">
24 <stdio>
25 <exit_code range="1:" />
26 </stdio>
27 </xml>
28 <xml name="version_command">
29 <version_command><![CDATA[mimodd version -q]]></version_command>
30 </xml>
31 <xml name="citations">
32 <citations>
33 <citation type="bibtex">
34 @misc{
35 maier_mimodd_2014,
36 title = {{MiModD} - {Mutation} {Identification} in {Model} {Organism} {Genomes}},
37 shorttitle = {{MiModD}},
38 url = {https://sourceforge.net/projects/mimodd/},
39 author = {Maier, Wolfgang and Moos, Katharina and Seifert, Mark and Baumeister, Ralf},
40 year = {2014}, publisher={SourceForge.net} }
41 </citation>
42 </citations>
43 </xml>
44 </macros>
45
46