Previous changeset 5:ffeabd4e2c1b (2023-11-06) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 583548ea40e0f811de8dd7334164a1c54610a80f |
modified:
drep_compare.xml macros.xml |
b |
diff -r ffeabd4e2c1b -r 9902c85117a4 drep_compare.xml --- a/drep_compare.xml Mon Nov 06 09:11:32 2023 +0000 +++ b/drep_compare.xml Sun May 19 16:15:59 2024 +0000 |
[ |
@@ -1,10 +1,10 @@ -<tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5"> +<tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>compare a list of genomes</description> - <expand macro="biotools" /> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements" /> + <expand macro="biotools" /> + <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ @PREPARE_GENOMES@ dRep compare outdir |
b |
diff -r ffeabd4e2c1b -r 9902c85117a4 macros.xml --- a/macros.xml Mon Nov 06 09:11:32 2023 +0000 +++ b/macros.xml Sun May 19 16:15:59 2024 +0000 |
b |
@@ -1,6 +1,6 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">3.4.5</token> + <token name="@TOOL_VERSION@">3.5.0</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">20.01</token> <xml name="biotools"> |