changeset 7:2d88166fb884 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaspades commit a66345b894a128f7cb44876cc9a51f48c5213d95"
author iuc
date Thu, 16 Sep 2021 15:24:04 +0000
parents 7cf5f96dc255
children fa16314f7886
files metaspades.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/metaspades.xml	Wed Sep 01 07:38:05 2021 +0000
+++ b/metaspades.xml	Thu Sep 16 15:24:04 2021 +0000
@@ -12,7 +12,7 @@
     <command>
     <![CDATA[
 
-    if [[ -n \$GALAXY_MEMORY_MB ]]; then
+    if [ -n "\$GALAXY_MEMORY_MB" ]; then
         GALAXY_MEMORY_GB=\$(( GALAXY_MEMORY_MB / 1024 ));
     fi &&