Repository 'parsnp'
hg clone https://toolshed.g2.bx.psu.edu/repos/brinkmanlab/parsnp

Changeset 2:22bf5b566ce2 (2020-03-13)
Previous changeset 1:2e855db9b19b (2020-03-12) Next changeset 3:2aeddc0a7b0e (2022-08-26)
Commit message:
"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/parsnp commit a1f5a7f37fe4e85f7aca1a1476ab30468e1d1578"
modified:
ParSNP.xml
b
diff -r 2e855db9b19b -r 22bf5b566ce2 ParSNP.xml
--- a/ParSNP.xml Thu Mar 12 19:38:17 2020 -0400
+++ b/ParSNP.xml Fri Mar 13 14:39:56 2020 -0400
[
@@ -14,8 +14,8 @@
     </requirements>
     <version_command><![CDATA[parsnp -V |& tail -n1]]></version_command>
     <command detect_errors="aggressive"><![CDATA[
-    export MEMORY_LIMIT=`expr ${GALAXY_MEMORY_MB:-0} \* 1000`;
-    [[ $MEMORY_LIMIT -eq 0 ]] && export MEMORY_LIMIT=;
+    export MEMORY_LIMIT=`expr \${GALAXY_MEMORY_MB:-0} \\* 1000`;
+    [[ \$MEMORY_LIMIT -eq 0 ]] && export MEMORY_LIMIT=;
     export GENOME_DIR=\$(mktemp -d -p `pwd`)
     #for $genome in $genomes
         && ln -sf '$genome'