Skip to content

Commit

Permalink
Updating tools/drep from version 3.4.5 to 3.5.0 (#5806)
Browse files Browse the repository at this point in the history
* Updating tools/drep from version 3.4.5 to 3.5.0

* fix lint

* Update drep_compare.xml

* Update drep_dereplicate.xml

---------

Co-authored-by: planemo-autoupdate <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored May 19, 2024
1 parent 3e7bf5a commit 583548e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tools/drep/drep_compare.xml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tools/drep/drep_dereplicate.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool id="drep_dereplicate" name="dRep dereplicate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5">
<tool id="drep_dereplicate" name="dRep dereplicate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>De-replicate a list of genomes</description>
<expand macro="biotools" />
<macros>
<import>macros.xml</import>
</macros>
<expand macro="biotools" />
<expand macro="requirements">
<requirement type="package" version="1.2.2">checkm-genome</requirement>
</expand>
Expand Down
2 changes: 1 addition & 1 deletion tools/drep/macros.xml
Original file line number Diff line number Diff line change
@@ -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">
Expand Down

0 comments on commit 583548e

Please sign in to comment.