Previous changeset 7:822575bf359f (2020-06-05) Next changeset 9:93ba63eaf394 (2021-08-05) |
Commit message:
"planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295" |
modified:
mob_recon.xml mob_typer.xml |
added:
macros.xml |
b |
diff -r 822575bf359f -r 53f50adcb78e macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sat Nov 28 20:38:47 2020 +0000 |
b |
@@ -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> |
b |
diff -r 822575bf359f -r 53f50adcb78e mob_recon.xml --- 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[ |
b |
diff -r 822575bf359f -r 53f50adcb78e mob_typer.xml --- 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[ |