changeset 6:f76d842e960f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/plink commit 7faeca2291b3184038174dd44ca60e2fa33db179"
author iuc
date Wed, 30 Sep 2020 20:29:06 +0000
parents 18be55ee8e08
children 66b35562554d
files plink.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plink.xml	Tue Sep 29 16:43:20 2020 +0000
+++ b/plink.xml	Wed Sep 30 20:29:06 2020 +0000
@@ -1,7 +1,7 @@
 <tool id='plink' name='plink' version='@TOOL_VERSION@+galaxy@VERSION_SUFFIX@'>
     <macros>
         <token name='@TOOL_VERSION@'>1.9.b618</token>
-        <token name='@VERSION_SUFFIX@'>0</token>
+        <token name='@VERSION_SUFFIX@'>1</token>
         <xml name='template_sanitizer'>
             <sanitizer>
                 <valid initial='default'>
@@ -378,7 +378,7 @@
 ##        --rerun $functions.logfile
 ##      
     #end if
-
+    --memory \${GALAXY_MEMORY_MB:-8192}
     --make-bed
     --out plink_output/plink_output
     ]]></command>