Repository 'racon'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/racon

Changeset 3:a199cd7ac344 (2020-04-18)
Previous changeset 2:aa39b19ca11e (2018-08-17) Next changeset 4:cd06929b224b (2021-08-29)
Commit message:
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/racon commit 992d4caac3bea8bd19a331aef795d81d3150ac5c"
modified:
macros.xml
racon.xml
b
diff -r aa39b19ca11e -r a199cd7ac344 macros.xml
--- a/macros.xml Fri Aug 17 11:30:25 2018 -0400
+++ b/macros.xml Sat Apr 18 19:39:13 2020 -0400
b
@@ -1,14 +1,15 @@
 <macros>
     <xml name="requirements">
         <requirements>
-        <requirement type="package" version="1.3.1">racon</requirement>
+        <requirement type="package" version="@VERSION@">racon</requirement>
             <yield/>
         </requirements>
     </xml>
+    <token name="@VERSION@">1.4.13</token>
     <xml name="citations">
         <citations>
             <citation type="doi">10.1101/gr.214270.116</citation>
             <yield />
         </citations>
     </xml>
-</macros>
\ No newline at end of file
+</macros>
b
diff -r aa39b19ca11e -r a199cd7ac344 racon.xml
--- a/racon.xml Fri Aug 17 11:30:25 2018 -0400
+++ b/racon.xml Sat Apr 18 19:39:13 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="racon" name="Racon" version="1.3.1.1">
+<tool id="racon" name="Racon" version="@VERSION@">
     <description>Consensus module for raw de novo DNA assembly of long uncorrected reads.</description>
     <macros>
         <import>macros.xml</import>