comparison cluster.xml @ 19:994d9f2fa2d2 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit 9f4ab03111185c7e20aaf669586278744713eee4-dirty
author thanhlv
date Tue, 22 Oct 2019 06:42:12 -0400
parents 0e9275cd89a6
children 216ff84be9f0
comparison
equal deleted inserted replaced
18:0e9275cd89a6 19:994d9f2fa2d2
23 --n-iter $iteration 23 --n-iter $iteration
24 $contact_map out 24 $contact_map out
25 ]]> </command> 25 ]]> </command>
26 26
27 <inputs> 27 <inputs>
28 <param name="contact_map" type="data" format="tar.gz" label="Contact map" help="This file is generated from mkmap command" /> 28 <param name="contact_map" type="data" format="binary" label="Contact map" help="This file is generated from mkmap command" />
29 <param name="assembler" label="Assembly software used to create contigs" type="select"> 29 <param name="assembler" label="Assembly software used to create contigs" type="select">
30 <option selected="true" value="generic">generic</option> 30 <option selected="true" value="generic">generic</option>
31 <option value="megahit">megahit</option> 31 <option value="megahit">megahit</option>
32 <option value="spades">spades</option> 32 <option value="spades">spades</option>
33 </param> 33 </param>