annotate hifive.xml @ 11:cc95aa05f643 draft default tip

planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
author sauria
date Fri, 01 Dec 2017 12:24:35 -0500
parents 0b5a01448cb5
children
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[
11
cc95aa05f643 planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
sauria
parents: 8
diff changeset
10 #if str( $command.command_select )== "hic-complete" or str( $command.command_select )== "hic-project" or str( $command.command_select )== "hic-normalize" or str( $command.command_select )== "hic-heatmap" or str( $command.command_select )== "hic-mrheatmap":
cc95aa05f643 planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
sauria
parents: 8
diff changeset
11 mpirun -np \${GALAXY_SLOTS:-4}
cc95aa05f643 planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
sauria
parents: 8
diff changeset
12 #end if
cc95aa05f643 planemo upload for repository https://github.com/bxlab/galaxy_tools/tools/hifive commit 00f5bb3bc367ca8dfddc094b24463af613eaccc6-dirty
sauria
parents: 8
diff changeset
13
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
14 hifive
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
15
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
16 $command.command_select
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
17
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
18 #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
19 @HIC_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
20 @HIC_FEND@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
21 @HIC_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
22 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
23 @HIC_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
24 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
25 -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
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 ) == "fends":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
28 @HIC_FEND@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
29 $hic_fend_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-data":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
32 @HIC_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
33 $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
34 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
35 #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
36 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
37 @HIC_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
38 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
39 $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
40 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
41 #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
42 @HIC_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
43 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
44 @HIC_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
45 -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
46 $hic_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
47 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
48 #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
49 @HIC_CHROMOSOMES@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
50 $command.trans1
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
51 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
52 @HIC_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
53 @HIC_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
54 #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
55 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
56 -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
57 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
58 $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
59 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
60 #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
61 -c $command.chrom
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
62 #if $command.start:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
63 -s $command.start
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
64 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
65 #if $command.stop:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
66 -e $command.stop
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
67 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
68 #if $command.maxdist:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
69 -m $command.maxdist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
70 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
71 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
72 @HIC_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
73 @HIC_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
74 #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
75 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
76 @ROTATE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
77 -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
78 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
79 $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
80 #end if
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
81 #if str( $command.command_select ) == "hic-mrheatmap":
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
82 @HIC_CHROMOSOMES@
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
83 @HIC_DATATYPE@
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
84 $command.trans1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
85 @MRH_OPTIONS@
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
86 $hic_project $hic_mrheatmap
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
87 #end if
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
88 #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
89 @5C_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
90 @5C_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
91 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
92 @5C_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
93 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
94 -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
95 @5C_FRAGMENT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
96 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
97 #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
98 @5C_FRAGMENT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
99 $fivec_frag_output
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
100 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
101 #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
102 @5C_SEQUENCE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
103 $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
104 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
105 #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
106 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
107 @5C_PROJECT@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
108 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
109 $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
110 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
111 #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
112 @5C_NORMALIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
113 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
114 @5C_RANGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
115 -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
116 $fivec_project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
117 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
118 #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
119 @5C_REGIONS@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
120 $command.trans2
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
121 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
122 @5C_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
123 @5C_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
124 #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
125 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
126 -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
127 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
128 $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
129 #end if
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.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
131 -c $command.region
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
132 #if $command.start:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
133 -s $command.start
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 #if $command.stop:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
136 -e $command.stop
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
137 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
138 @BINSIZE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
139 @5C_DATATYPE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
140 @5C_DYNAMIC@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
141 #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
142 @IMAGE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
143 @ROTATE@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
144 -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
145 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
146 $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
147 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
148 -q
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
149
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
150 ]]></command>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
151 <inputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
152 <conditional name="command">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
153 <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
154 <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
155 <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
156 <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
157 <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
158 <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
159 <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
160 <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
161 <option value="hic-interval">Extract HiC interval</option>
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
162 <option value="hic-mrheatmap">Create HiC multi-resolution heatmap</option>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
163 <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
164 <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
165 <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
166 <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
167 <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
168 <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
169 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
170 <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
171 <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
172 <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
173 <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
174 <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
175 <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
176 <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
177 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
178 <when value="fends">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
179 <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
180 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
181 <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
182 <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
183 <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
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-project">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
186 <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
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 <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
189 <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
190 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
191 <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
192 <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
193 <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
194 <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
195 <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
196 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
197 <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
198 <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
199 <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
200 <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
201 <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
202 <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
203 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
204 <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
205 <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
206 <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
207 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
208 <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
209 <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
210 <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
211 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
212 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
213 <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
214 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
215 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
216 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
217 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
218 <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
219 <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
220 <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
221 <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
222 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
223 <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
224 <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
225 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
226 <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
227 <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
228 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
229 <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
230 <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
231 <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
232 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
233 <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
234 <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
235 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
236 <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
237 <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
238 <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
239 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
240 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
241 <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
242 <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
243 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
244 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
245 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
246 </when>
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
247 <when value="hic-mrheatmap">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
248 <param name="hic_project" type="data" format="h5" label="HiFive HiC project file" optional="False"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
249 <expand macro="hic_chromosomes_xml"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
250 <param type="select" name="trans1" label="Calculate and include trans interactions">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
251 <option value="-t">yes</option>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
252 <option value="">no</option>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
253 </param>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
254 <expand macro="mrh_options_xml"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
255 <expand macro="hic_datatype_xml"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
256 </when>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
257 <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
258 <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
259 <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
260 <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
261 <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
262 <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
263 <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
264 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
265 <when value="fragments">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
266 <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
267 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
268 <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
269 <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
270 <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
271 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
272 <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
273 <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
274 <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
275 <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
276 <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
277 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
278 <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
279 <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
280 <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
281 <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
282 <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
283 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
284 <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
285 <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
286 <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
287 <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
288 <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
289 <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
290 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
291 <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
292 <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
293 <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
294 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
295 <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
296 <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
297 <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
298 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
299 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
300 <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
301 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
302 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
303 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
304 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
305 <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
306 <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
307 <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
308 <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
309 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
310 <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
311 <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
312 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
313 <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
314 <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
315 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
316 <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
317 <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
318 <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
319 <conditional name="image">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
320 <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
321 <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
322 <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
323 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
324 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
325 <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
326 <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
327 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
328 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
329 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
330 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
331 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
332 </inputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
333 <outputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
334 <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
335 <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
336 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
337 <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
338 <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
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="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
341 <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
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="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
344 <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
345 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
346 <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
347 <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
348 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
349 <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
350 <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
351 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
352 <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
353 <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
354 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
355 <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
356 <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
357 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
358 <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
359 <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
360 <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
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="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
363 <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
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="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
366 <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
367 <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
368 </data>
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
369 <data format="mrh" name="hic_mrheatmap" label="${tool.name} on ${on_string}: HiC MR-heatmap">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
370 <filter>(command["command_select"] == "hic-mrheatmap")</filter>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
371 </data>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
372 <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
373 <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
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="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
376 <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
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="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
379 <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
380 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
381 <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
382 <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
383 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
384 <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
385 <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
386 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
387 <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
388 <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
389 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
390 <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
391 <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
392 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
393 <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
394 <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
395 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
396 <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
397 <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
398 <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
399 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
400 <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
401 <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
402 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
403 <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
404 <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
405 <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
406 </data>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
407 </outputs>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
408 <tests>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
409 </tests>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
410 <help><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
411 @COMMAND_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
412 @HIC_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
413 @5C_HELP@
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
414 ]]></help>
8
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
415 <citations>
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
416 <citation type="bibtex">
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
417 @article{Genome Biology,
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
418 author = {Sauria MEG, Phillips-Cremins JE, Corces VG and Taylor J}.
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
419 year = {2015},
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
420 title = {HiFive: a tool suite for easy and efficient HiC and 5C data analysis},
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
421 publisher = {BioMed Central},
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
422 journal = {Genome Biology},
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
423 url = {https://genomebiology.biomedcentral.com/articles/10.1186/s13059-015-0806-y},
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
424 }
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
425 </citation>
0b5a01448cb5 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 225579f0fe2a3a5fb846db38eca83020a945beb3
sauria
parents: 1
diff changeset
426 </citations>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
427 </tool>