changeset 29:57e22d15fed9 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit a5926dec65ac1474e7b79685df5b9330601ef167-dirty
author thanhlv
date Tue, 22 Oct 2019 11:12:13 -0400
parents 175b45d4f6fd
children
files cluster.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cluster.xml	Tue Oct 22 11:08:18 2019 -0400
+++ b/cluster.xml	Tue Oct 22 11:12:13 2019 -0400
@@ -6,12 +6,12 @@
     <expand macro="requirements" />
     <expand macro="version_command" />
     <command detect_errors="exit_code"><![CDATA[
-        #if compress:
+        #if $compress:
             gzip < $contact_map > contact_map.p.gz &&
         #else:
             ln -s $contact_map contact_map.p.gz &&
         #end if
-        
+
         bin3C cluster
         --max-image $max_image
         --min-extent $min_extent