Mercurial > repos > sauria > hifive
comparison hifive.xml @ 1:cb4f92e6fd4e draft
planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
author | sauria |
---|---|
date | Wed, 26 Aug 2015 16:53:42 -0400 |
parents | 0a9c76d80e33 |
children | 0b5a01448cb5 |
comparison
equal
deleted
inserted
replaced
0:0a9c76d80e33 | 1:cb4f92e6fd4e |
---|---|
72 @ROTATE@ | 72 @ROTATE@ |
73 -i $hic_int_image | 73 -i $hic_int_image |
74 #end if | 74 #end if |
75 $hic_project $hic_int_output | 75 $hic_project $hic_int_output |
76 #end if | 76 #end if |
77 #if str( $command.command_select ) == "hic-mrheatmap": | |
78 @HIC_CHROMOSOMES@ | |
79 @HIC_DATATYPE@ | |
80 $command.trans1 | |
81 @MRH_OPTIONS@ | |
82 $hic_project $hic_mrheatmap | |
83 #end if | |
77 #if str( $command.command_select ) == "5c-complete": | 84 #if str( $command.command_select ) == "5c-complete": |
78 @5C_NORMALIZE@ | 85 @5C_NORMALIZE@ |
79 @5C_SEQUENCE@ | 86 @5C_SEQUENCE@ |
80 @5C_REGIONS@ | 87 @5C_REGIONS@ |
81 @5C_PROJECT@ | 88 @5C_PROJECT@ |
146 <option value="hic-data">Create HiC data set</option> | 153 <option value="hic-data">Create HiC data set</option> |
147 <option value="hic-project">Create HiC project</option> | 154 <option value="hic-project">Create HiC project</option> |
148 <option value="hic-normalize">Normalize HiC project</option> | 155 <option value="hic-normalize">Normalize HiC project</option> |
149 <option value="hic-heatmap">Create HiC heatmap set</option> | 156 <option value="hic-heatmap">Create HiC heatmap set</option> |
150 <option value="hic-interval">Extract HiC interval</option> | 157 <option value="hic-interval">Extract HiC interval</option> |
158 <option value="hic-mrheatmap">Create HiC multi-resolution heatmap</option> | |
151 <option value="fragments">Create 5C fragment set</option> | 159 <option value="fragments">Create 5C fragment set</option> |
152 <option value="5c-data">Create 5C data set</option> | 160 <option value="5c-data">Create 5C data set</option> |
153 <option value="5c-project">Create 5C project</option> | 161 <option value="5c-project">Create 5C project</option> |
154 <option value="5c-normalize">Normalize 5C project</option> | 162 <option value="5c-normalize">Normalize 5C project</option> |
155 <option value="5c-heatmap">Create 5C heatmap set</option> | 163 <option value="5c-heatmap">Create 5C heatmap set</option> |
230 <expand macro="rotate_xml"/> | 238 <expand macro="rotate_xml"/> |
231 </when> | 239 </when> |
232 <when value="no"/> | 240 <when value="no"/> |
233 </conditional> | 241 </conditional> |
234 </when> | 242 </when> |
243 <when value="hic-mrheatmap"> | |
244 <param name="hic_project" type="data" format="h5" label="HiFive HiC project file" optional="False"/> | |
245 <expand macro="hic_chromosomes_xml"/> | |
246 <param type="select" name="trans1" label="Calculate and include trans interactions"> | |
247 <option value="-t">yes</option> | |
248 <option value="">no</option> | |
249 </param> | |
250 <expand macro="mrh_options_xml"/> | |
251 <expand macro="hic_datatype_xml"/> | |
252 </when> | |
235 <when value="5c-complete"> | 253 <when value="5c-complete"> |
236 <expand macro="5c_fragment_xml"/> | 254 <expand macro="5c_fragment_xml"/> |
237 <expand macro="5c_sequence_xml"/> | 255 <expand macro="5c_sequence_xml"/> |
238 <expand macro="5c_regions_xml"/> | 256 <expand macro="5c_regions_xml"/> |
239 <expand macro="5c_project_xml"/> | 257 <expand macro="5c_project_xml"/> |
342 </data> | 360 </data> |
343 <data format="png" name="hic_int_image" label="${tool.name} on ${on_string}: HiC interval PNG"> | 361 <data format="png" name="hic_int_image" label="${tool.name} on ${on_string}: HiC interval PNG"> |
344 <filter>(command["command_select"] == "hic-interval")</filter> | 362 <filter>(command["command_select"] == "hic-interval")</filter> |
345 <filter>(command["image"]["generate"] == "yes")</filter> | 363 <filter>(command["image"]["generate"] == "yes")</filter> |
346 </data> | 364 </data> |
365 <data format="mrh" name="hic_mrheatmap" label="${tool.name} on ${on_string}: HiC MR-heatmap"> | |
366 <filter>(command["command_select"] == "hic-mrheatmap")</filter> | |
367 </data> | |
347 <data format="h5" name="fivec_comp_frags" label="${tool.name} on ${on_string}: 5C frags"> | 368 <data format="h5" name="fivec_comp_frags" label="${tool.name} on ${on_string}: 5C frags"> |
348 <filter>(command["command_select"] == "5c-complete")</filter> | 369 <filter>(command["command_select"] == "5c-complete")</filter> |
349 </data> | 370 </data> |
350 <data format="h5" name="fivec_comp_data" label="${tool.name} on ${on_string}: 5C data"> | 371 <data format="h5" name="fivec_comp_data" label="${tool.name} on ${on_string}: 5C data"> |
351 <filter>(command["command_select"] == "5c-complete")</filter> | 372 <filter>(command["command_select"] == "5c-complete")</filter> |