diff macros.xml @ 1:7bc75dd0f782 draft

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/helixer commit e516933a2c3aa6bcd336a0b5c072893fe9019dd9
author genouest
date Mon, 25 Sep 2023 12:47:12 +0000
parents 1b08e39cc52d
children 7c1dc010a819
line wrap: on
line diff
--- a/macros.xml	Wed Jun 28 08:39:38 2023 +0000
+++ b/macros.xml	Mon Sep 25 12:47:12 2023 +0000
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.3.1</token>
+    <token name="@TOOL_VERSION@">0.3.2</token>
 
     <xml name="citation">
         <citations>
@@ -9,9 +9,9 @@
     </xml>
 
     <xml name="requirements">
-        <container type="docker">gglyptodon/helixer-docker:helixer_v@TOOL_VERSION@_cuda_11.2.0-cudnn8</container>
+        <container type="docker">gglyptodon/helixer-docker:helixer_v@TOOL_VERSION@_cuda_11.8.0-cudnn8</container>
     </xml>
-
+    
     <xml name="subseq" tokens="length,offset,offsetlen">
         <param argument="--subsequence-length" type="integer" min="0" max="213840" value="@LENGTH@" label="Subsequence length: how much of the genome the Neural Network can see at once" help="Should ideally be comfortably longer than the typical gene. For genomes with large genes (>20kpb) it is recommended to increase this parameter."></param>
         <conditional name="option_overlap">
@@ -26,6 +26,5 @@
             <when value="false"/>
         </conditional>
     </xml>
-
 </macros>