annotate hifive.xml @ 0:0a9c76d80e33 draft

planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
author sauria
date Fri, 05 Jun 2015 14:09:00 -0400
parents
children cb4f92e6fd4e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
1 <?xml version="1.0"?>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
2 <tool id="hifive" name="hifive" version="@WRAPPER_VERSION@.0">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
3 <description>manipulate, analyze, and plot HiC and 5C chromatin interaction data</description>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
4 <macros>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
5 <import>hifive_macros.xml</import>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
6 </macros>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
7 <expand macro="requirements"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
8 <expand macro="stdio"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
9 <command><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
10 hifive
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
11
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
12 $command.command_select
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
13
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
14 #if str( $command.command_select ) == "hic-complete":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
15 @HIC_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
16 @HIC_FEND@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
17 @HIC_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
18 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
19 @HIC_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
20 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
21 -o $hic_comp_fends $hic_comp_data $hic_comp_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
22 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
23 #if str( $command.command_select ) == "fends":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
24 @HIC_FEND@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
25 $hic_fend_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
26 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
27 #if str( $command.command_select ) == "hic-data":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
28 @HIC_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
29 $fends $hic_data_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
30 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
31 #if str( $command.command_select ) == "hic-project":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
32 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
33 @HIC_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
34 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
35 $hic_data $hic_project_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
36 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
37 #if str( $command.command_select ) == "hic-normalize":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
38 @HIC_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
39 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
40 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
41 -o $hic_norm_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
42 $hic_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
43 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
44 #if str( $command.command_select ) == "hic-heatmap":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
45 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
46 $command.trans1
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
47 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
48 @HIC_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
49 @HIC_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
50 #if str( $command.image.generate ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
51 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
52 -i $hic_hm_image
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
53 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
54 $hic_project $hic_hm_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
55 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
56 #if str( $command.command_select ) == "hic-interval":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
57 -c $command.chrom
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
58 #if $command.start:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
59 -s $command.start
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
60 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
61 #if $command.stop:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
62 -e $command.stop
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
63 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
64 #if $command.maxdist:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
65 -m $command.maxdist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
66 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
67 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
68 @HIC_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
69 @HIC_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
70 #if str( $command.image.generate ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
71 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
72 @ROTATE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
73 -i $hic_int_image
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
74 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
75 $hic_project $hic_int_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
76 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
77 #if str( $command.command_select ) == "5c-complete":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
78 @5C_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
79 @5C_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
80 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
81 @5C_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
82 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
83 -o $fivec_comp_frags $fivec_comp_data $fivec_comp_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
84 @5C_FRAGMENT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
85 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
86 #if str( $command.command_select ) == "fragments":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
87 @5C_FRAGMENT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
88 $fivec_frag_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
89 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
90 #if str( $command.command_select ) == "5c-data":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
91 @5C_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
92 $fragments $fivec_data_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
93 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
94 #if str( $command.command_select ) == "5c-project":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
95 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
96 @5C_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
97 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
98 $fivec_data $fivec_project_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
99 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
100 #if str( $command.command_select ) == "5c-normalize":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
101 @5C_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
102 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
103 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
104 -o $fivec_norm_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
105 $fivec_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
106 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
107 #if str( $command.command_select ) == "5c-heatmap":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
108 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
109 $command.trans2
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
110 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
111 @5C_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
112 @5C_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
113 #if str( $command.image.generate ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
114 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
115 -i $fivec_hm_image
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
116 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
117 $fivec_project $fivec_hm_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
118 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
119 #if str( $command.command_select ) == "5c-interval":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
120 -c $command.region
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
121 #if $command.start:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
122 -s $command.start
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
123 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
124 #if $command.stop:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
125 -e $command.stop
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
126 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
127 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
128 @5C_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
129 @5C_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
130 #if str( $command.image.generate ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
131 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
132 @ROTATE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
133 -i $fivec_int_image
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
134 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
135 $fivec_project $fivec_int_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
136 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
137 -q
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
138
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
139 ]]></command>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
140 <inputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
141 <conditional name="command">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
142 <param name="command_select" type="select" label="Select action to perform">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
143 <option value="hic-complete">Complete HiC analysis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
144 <option value="5c-complete">Complete 5C analysis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
145 <option value="fends">Create HiC fend set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
146 <option value="hic-data">Create HiC data set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
147 <option value="hic-project">Create HiC project</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
148 <option value="hic-normalize">Normalize HiC project</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
149 <option value="hic-heatmap">Create HiC heatmap set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
150 <option value="hic-interval">Extract HiC interval</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
151 <option value="fragments">Create 5C fragment set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
152 <option value="5c-data">Create 5C data set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
153 <option value="5c-project">Create 5C project</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
154 <option value="5c-normalize">Normalize 5C project</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
155 <option value="5c-heatmap">Create 5C heatmap set</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
156 <option value="5c-interval">Extract 5C interval</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
157 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
158 <when value="hic-complete">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
159 <expand macro="hic_fend_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
160 <expand macro="hic_sequence_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
161 <expand macro="hic_chromosomes_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
162 <expand macro="hic_project_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
163 <expand macro="hic_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
164 <expand macro="hic_normalize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
165 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
166 <when value="fends">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
167 <expand macro="hic_fend_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
168 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
169 <when value="hic-data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
170 <param format="h5" name="fends" type="data" label="HiFive fend file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
171 <expand macro="hic_sequence_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
172 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
173 <when value="hic-project">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
174 <param format="h5" name="hic_data" type="data" label="HiFive HiC data file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
175 <expand macro="hic_chromosomes_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
176 <expand macro="hic_project_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
177 <expand macro="hic_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
178 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
179 <when value="hic-normalize">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
180 <param format="h5" name="hic_project" type="data" label="HiFive HiC project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
181 <expand macro="hic_chromosomes_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
182 <expand macro="hic_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
183 <expand macro="hic_normalize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
184 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
185 <when value="hic-heatmap">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
186 <param name="hic_project" type="data" format="h5" label="HiFive HiC project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
187 <expand macro="hic_chromosomes_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
188 <param type="select" name="trans1" label="Calculate and include trans interactions">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
189 <option value="-t">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
190 <option value="">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
191 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
192 <expand macro="binsize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
193 <expand macro="hic_datatype_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
194 <expand macro="dynamic_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
195 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
196 <param name="generate" type="select" label="Generate image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
197 <option value="yes">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
198 <option value="no">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
199 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
200 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
201 <expand macro="image_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
202 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
203 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
204 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
205 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
206 <when value="hic-interval">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
207 <param name="hic_project" type="data" format="h5" label="HiFive HiC project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
208 <param type="text" name="chrom" size="10" label="Chromosome" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
209 <validator type="empty_field" />
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
210 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
211 <param type="integer" name="start" value="0" label="Starting coordinate" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
212 <validator type="in_range" min="0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
213 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
214 <param type="integer" name="stop" value="0" label="Stopping coordinate" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
215 <validator type="in_range" min="0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
216 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
217 <expand macro="binsize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
218 <param type="integer" name="maxdist" value="0" label="Maximum interaction distance" optional="True" help="A value of zero will include all interaction distances that fall between the start and stop coordinates.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
219 <validator type="in_range" min="0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
220 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
221 <expand macro="hic_datatype_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
222 <expand macro="dynamic_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
223 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
224 <param name="generate" type="select" label="Generate image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
225 <option value="yes">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
226 <option value="no">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
227 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
228 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
229 <expand macro="image_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
230 <expand macro="rotate_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
231 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
232 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
233 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
234 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
235 <when value="5c-complete">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
236 <expand macro="5c_fragment_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
237 <expand macro="5c_sequence_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
238 <expand macro="5c_regions_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
239 <expand macro="5c_project_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
240 <expand macro="5c_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
241 <expand macro="5c_normalize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
242 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
243 <when value="fragments">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
244 <expand macro="5c_fragment_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
245 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
246 <when value="5c-data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
247 <param format="h5" name="fragments" type="data" label="HiFive fragment file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
248 <expand macro="5c_sequence_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
249 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
250 <when value="5c-project">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
251 <param format="h5" name="fivec_data" type="data" label="HiFive 5C data file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
252 <expand macro="5c_regions_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
253 <expand macro="5c_project_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
254 <expand macro="5c_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
255 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
256 <when value="5c-normalize">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
257 <param format="h5" name="fivec_project" type="data" label="HiFive 5C project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
258 <expand macro="5c_regions_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
259 <expand macro="5c_range_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
260 <expand macro="5c_normalize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
261 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
262 <when value="5c-heatmap">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
263 <param name="fivec_project" type="data" format="h5" label="HiFive 5C project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
264 <expand macro="5c_regions_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
265 <param type="select" name="trans2" label="Calculate and include trans interactions">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
266 <option value="-t">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
267 <option value="">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
268 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
269 <expand macro="binsize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
270 <expand macro="5c_datatype_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
271 <expand macro="dynamic_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
272 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
273 <param name="generate" type="select" label="Generate image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
274 <option value="yes">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
275 <option value="no">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
276 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
277 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
278 <expand macro="image_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
279 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
280 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
281 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
282 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
283 <when value="5c-interval">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
284 <param name="fivec_project" type="data" format="h5" label="HiFive 5C project file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
285 <param type="integer" name="region" value="" label="Region" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
286 <validator type="empty_field" />
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
287 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
288 <param type="integer" name="start" value="0" label="Starting coordinate" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
289 <validator type="in_range" min="0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
290 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
291 <param type="integer" name="stop" value="0" label="Stopping coordinate" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
292 <validator type="in_range" min="0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
293 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
294 <expand macro="binsize_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
295 <expand macro="5c_datatype_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
296 <expand macro="dynamic_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
297 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
298 <param name="generate" type="select" label="Generate image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
299 <option value="yes">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
300 <option value="no">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
301 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
302 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
303 <expand macro="image_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
304 <expand macro="rotate_xml"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
305 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
306 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
307 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
308 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
309 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
310 </inputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
311 <outputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
312 <data format="h5" name="hic_comp_fends" label="${tool.name} on ${on_string}: HiC fends">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
313 <filter>(command["command_select"] == "hic-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
314 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
315 <data format="h5" name="hic_comp_data" label="${tool.name} on ${on_string}: HiC data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
316 <filter>(command["command_select"] == "hic-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
317 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
318 <data format="h5" name="hic_comp_project" label="${tool.name} on ${on_string}: HiC project ${command.analysis.algorithm}">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
319 <filter>(command["command_select"] == "hic-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
320 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
321 <data format="h5" name="hic_fend_output" label="${tool.name} on ${on_string}: HiC fends">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
322 <filter>(command["command_select"] == "fends")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
323 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
324 <data format="h5" name="hic_data_output" label="${tool.name} on ${on_string}: HiC data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
325 <filter>(command["command_select"] == "hic-data")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
326 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
327 <data format="h5" name="hic_project_output" label="${tool.name} on ${on_string}: HiC project">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
328 <filter>(command["command_select"] == "hic-project")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
329 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
330 <data format="h5" name="hic_norm_output" label="${tool.name} on ${on_string}: HiC project ${command.analysis.algorithm}">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
331 <filter>(command["command_select"] == "hic-normalize")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
332 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
333 <data format="h5" name="hic_hm_output" label="${tool.name} on ${on_string}: HiC heatmap HDF5">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
334 <filter>(command["command_select"] == "hic-heatmap")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
335 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
336 <data format="png" name="hic_hm_image" label="${tool.name} on ${on_string}: HiC heatmap PNG">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
337 <filter>(command["command_select"] == "hic-heatmap")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
338 <filter>(command["image"]["generate"] == "yes")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
339 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
340 <data format="chrint" name="hic_int_output" label="${tool.name} on ${on_string}: HiC interval">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
341 <filter>(command["command_select"] == "hic-interval")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
342 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
343 <data format="png" name="hic_int_image" label="${tool.name} on ${on_string}: HiC interval PNG">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
344 <filter>(command["command_select"] == "hic-interval")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
345 <filter>(command["image"]["generate"] == "yes")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
346 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
347 <data format="h5" name="fivec_comp_frags" label="${tool.name} on ${on_string}: 5C frags">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
348 <filter>(command["command_select"] == "5c-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
349 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
350 <data format="h5" name="fivec_comp_data" label="${tool.name} on ${on_string}: 5C data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
351 <filter>(command["command_select"] == "5c-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
352 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
353 <data format="h5" name="fivec_comp_project" label="${tool.name} on ${on_string}: 5C project ${command.analysis.algorithm}">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
354 <filter>(command["command_select"] == "5c-complete")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
355 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
356 <data format="h5" name="fivec_frag_output" label="${tool.name} on ${on_string}: 5C frags">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
357 <filter>(command["command_select"] == "fragments")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
358 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
359 <data format="h5" name="fivec_data_output" label="${tool.name} on ${on_string}: 5C data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
360 <filter>(command["command_select"] == "5c-data")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
361 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
362 <data format="h5" name="fivec_project_output" label="${tool.name} on ${on_string}: 5C project">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
363 <filter>(command["command_select"] == "5c-project")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
364 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
365 <data format="h5" name="fivec_norm_output" label="${tool.name} on ${on_string}: 5C project ${command.analysis.algorithm}">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
366 <filter>(command["command_select"] == "5c-normalize")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
367 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
368 <data format="h5" name="fivec_hm_output" label="${tool.name} on ${on_string}: 5C heatmap HDF5">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
369 <filter>(command["command_select"] == "5c-heatmap")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
370 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
371 <data format="png" name="fivec_hm_image" label="${tool.name} on ${on_string}: 5C heatmap PNG">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
372 <filter>(command["command_select"] == "5c-heatmap")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
373 <filter>(command["image"]["generate"] == "yes")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
374 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
375 <data format="chrint" name="fivec_int_output" label="${tool.name} on ${on_string}: 5C interval">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
376 <filter>(command["command_select"] == "5c-interval")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
377 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
378 <data format="png" name="fivec_int_image" label="${tool.name} on ${on_string}: 5C interval PNG">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
379 <filter>(command["command_select"] == "5c-interval")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
380 <filter>(command["image"]["generate"] == "yes")</filter>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
381 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
382 </outputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
383 <tests>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
384 </tests>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
385 <help><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
386 @COMMAND_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
387 @HIC_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
388 @5C_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
389 ]]></help>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
390 </tool>