Mercurial > repos > nml > mob_suite
changeset 8:53f50adcb78e draft
"planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
author | nml |
---|---|
date | Sat, 28 Nov 2020 20:38:47 +0000 |
parents | 822575bf359f |
children | 93ba63eaf394 |
files | macros.xml mob_recon.xml mob_typer.xml |
diffstat | 3 files changed, 18 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Nov 28 20:38:47 2020 +0000 @@ -0,0 +1,8 @@ +<macros> + <token name="@VERSION@">3.0.1</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version ="@VERSION@">mob_suite</requirement> + </requirements> + </xml> +</macros>
--- a/mob_recon.xml Fri Jun 05 13:02:15 2020 -0400 +++ b/mob_recon.xml Sat Nov 28 20:38:47 2020 +0000 @@ -1,8 +1,9 @@ -<tool id="mob_recon" name="MOB-Recon" version="3.0.0"> +<tool id="mob_recon" name="MOB-Recon" version="@VERSION@+galaxy0"> <description>Type contigs and extract plasmid sequences</description> - <requirements> - <requirement type="package" version="3.0.0">mob_suite</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements" /> <version_command>mob_recon --version</version_command> <command detect_errors="exit_code"> <![CDATA[
--- a/mob_typer.xml Fri Jun 05 13:02:15 2020 -0400 +++ b/mob_typer.xml Sat Nov 28 20:38:47 2020 +0000 @@ -1,8 +1,9 @@ -<tool id="mob_typer" name="MOB-Typer" version="3.0.0"> +<tool id="mob_typer" name="MOB-Typer" version="@VERSION@+galaxy0"> <description>Get the plasmid type and mobility given its sequence</description> - <requirements> - <requirement type="package" version="3.0.0">mob_suite</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> <version_command>mob_typer --version</version_command> <command detect_errors="exit_code"> <![CDATA[