comparison cluster.xml @ 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
comparison
equal deleted inserted replaced
28:175b45d4f6fd 29:57e22d15fed9
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="version_command" /> 7 <expand macro="version_command" />
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 #if compress: 9 #if $compress:
10 gzip < $contact_map > contact_map.p.gz && 10 gzip < $contact_map > contact_map.p.gz &&
11 #else: 11 #else:
12 ln -s $contact_map contact_map.p.gz && 12 ln -s $contact_map contact_map.p.gz &&
13 #end if 13 #end if
14 14
15 bin3C cluster 15 bin3C cluster
16 --max-image $max_image 16 --max-image $max_image
17 --min-extent $min_extent 17 --min-extent $min_extent
18 --min-reflen $min_reflen 18 --min-reflen $min_reflen
19 --min-signal $min_signal 19 --min-signal $min_signal