comparison cluster.xml @ 28:175b45d4f6fd draft

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:08:18 -0400
parents 0ab55bb24e71
children 57e22d15fed9
comparison
equal deleted inserted replaced
27:0ab55bb24e71 28:175b45d4f6fd
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 13 #end if
14
14 bin3C cluster 15 bin3C cluster
15 --max-image $max_image 16 --max-image $max_image
16 --min-extent $min_extent 17 --min-extent $min_extent
17 --min-reflen $min_reflen 18 --min-reflen $min_reflen
18 --min-signal $min_signal 19 --min-signal $min_signal