annotate hifive_macros.xml @ 7:20dfaec1678c draft

planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
author sauria
date Thu, 11 Feb 2016 11:08:06 -0500
parents 32cb153901b9
children 0b5a01448cb5
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 <macros>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
3 <xml name="requirements">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
4 <requirements>
6
32cb153901b9 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
sauria
parents: 4
diff changeset
5 <requirement type='package' version="1.2">hifive</requirement>
7
20dfaec1678c planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
sauria
parents: 6
diff changeset
6 <requirement type='package' version='0.12'>scipy</requirement>
20dfaec1678c planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
sauria
parents: 6
diff changeset
7 <requirement type='package' version='0.20.1'>cython</requirement>
20dfaec1678c planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
sauria
parents: 6
diff changeset
8 <requirement type='package' version='2.5.0'>h5py</requirement>
20dfaec1678c planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit 031f802858c1b8e03cdc3dac9fc79b96b21db181-dirty
sauria
parents: 6
diff changeset
9 <requirement type='package' version='1.7.1'>numpy</requirement>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
10 <yield/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
11 </requirements>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
12 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
13 <token name="@WRAPPER_VERSION@">0.1</token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
14 <xml name="stdio">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
15 <stdio>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
16 <!-- Anything other than zero is an error -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
17 <exit_code range="1:"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
18 <exit_code range=":-1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
19 <!-- In case the return code has not been set propery check stderr too -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
20 <regex match="Error:"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
21 <regex match="Exception:"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
22 </stdio>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
23 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
24 <token name="@HIC_FEND@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
25 -B $command.bed
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
26 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
27 <xml name="hic_fend_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
28 <!-- Options controlling fend file creation -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
29 <param format="bed" name="bed" type="data" label="RE Cutsite BED File" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
30 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
31 <token name="@HIC_SEQUENCE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
32 -i $command.insert
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
33 #if str( $command.datafile.format ) == "bam":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
34 #for $bam_file in $command.datafile.paired_bam:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
35 --bam ${bam_file.readend1} ${bam_file.readend2}
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
36 #end for
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
37 #elif str( $command.datafile.format ) == "mat":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
38 --mat ${command.datafile.mat}
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
39 #else:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
40 #for raw_file in $command.datafile.raw_files:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
41 --raw ${raw_file.raw}
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
42 #end for
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
43 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
44 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
45 <xml name="hic_sequence_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
46 <!-- Options controlling hic sequence data input -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
47 <conditional name="datafile">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
48 <param name="format" type="select" label="Data Format">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
49 <option value="bam">bam</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
50 <option value="mat">mat</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
51 <option value="raw">raw</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
52 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
53 <when value="bam">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
54 <repeat name="paired_bam" title="Sequencing lane" min="1">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
55 <param format="bam" name="readend1" label="First read end" type="data"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
56 <param format="bam" name="readend2" label="Second read end" type="data"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
57 </repeat>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
58 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
59 <when value="mat">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
60 <param format="tabular" name="mat" type="data" label="Mat file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
61 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
62 <when value="raw">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
63 <repeat name="raw_files" title="Raw file" min="1">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
64 <param format="tabular" name="raw" type="data" label="Raw file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
65 </repeat>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
66 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
67 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
68 <param type="integer" name="insert" value="500" label="Maximum insert size" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
69 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
70 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
71 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
72 <token name="@HIC_PROJECT@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
73 -f $command.minint
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
74 -j $command.minbin
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
75 -n $command.numbin
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
76 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
77 <xml name="hic_project_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
78 <!-- Options controlling hic project creation -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
79 <param type="integer" name="minint" value="20" label="Minimum interactions per fend" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
80 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
81 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
82 <param type="integer" name="minbin" value="1000" label="Minimum distance bin cutoff" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
83 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
84 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
85 <param type="integer" name="numbin" value="100" label="Number of distance bins" optional="False" help="A value of zero indicates that finding the distance dependence function should be skipped.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
86 <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
87 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
88 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
89 <token name="@HIC_RANGE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
90 -m $command.filtermin
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
91 -x $command.filtermax
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
92 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
93 <xml name="hic_range_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
94 <!-- Options controlling hic interaction size range limits -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
95 <param type="integer" name="filtermin" value="1000000" label="Minimum interaction distance" optional="False" help="The minimum interaction distance included for filtering fends and learning correction values.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
96 <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
97 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
98 <param type="integer" name="filtermax" value="0" label="Maximum interaction distance" optional="False" help="The maximum interaction distance included for filtering fends and learning correction values.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
99 <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
100 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
101 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
102 <token name="@HIC_CHROMOSOMES@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
103 #if str( $command.chroms ) != "":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
104 -c $command.chroms
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
105 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
106 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
107 <xml name="hic_chromosomes_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
108 <!-- Options controlling hic subset selection of chromosomes -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
109 <param type="text" size="60" name="chroms" value="" label="Included chromosomes" optional="False" help="If a subset of chromosomes are to be used, enter a comma-separated list of chromosome names."/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
110 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
111 <token name="@HIC_NORMALIZE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
112 $command.analysis.algorithm
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
113 #if str( $command.analysis.algorithm ) == "probability" or str( $command.analysis.algorithm ) == "binning-probability":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
114 -b $command.analysis.probiter
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
115 -l $command.analysis.step
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
116 -g $command.analysis.change
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
117 $command.analysis.precalc
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
118 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
119 #if str( $command.analysis.algorithm ) == "express" or str( $command.analysis.algorithm ) == "binning-express" :
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
120 $command.analysis.removedist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
121 -w $command.analysis.expreads
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
122 $command.analysis.binary
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
123 -g $command.analysis.change
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.analysis.subalgorithm.kr ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
125 -z
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
126 #else
2
bc91bdb2e644 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544
sauria
parents: 1
diff changeset
127 -e $command.analysis.subalgorithm.expiter
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
128 #end if
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.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
131 -r $command.analysis.biniter
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
132 -t $command.analysis.threshold
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
133 -y $command.analysis.binreads
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
134 -v $command.analysis.model
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
135 -s $command.analysis.modelbins
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
136 -u $command.analysis.modeltypes
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
137 --pseudocounts $command.analysis.pseudo
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
138 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
139 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
140 <xml name="hic_normalize_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
141 <!-- Options controlling hic algorithm selection and normalization parameters -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
142 <conditional name='analysis'>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
143 <param name="algorithm" type="select" label="Learning Algorithm">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
144 <option value="probability">Probability</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
145 <option value="express">Express</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
146 <option value="binning">Binning</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
147 <option value="binning-probability">Binning-Probability</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
148 <option value="binning-express">Binning-Express</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
149 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
150
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
151 <when value="probability">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
152 <param type="integer" name="probiter" value="1000" label="Maximum number of iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
153 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
154 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
155 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The cutoff for the absolute gradient values such that learning will cease if all values fall below this threshold.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
156 <validator type="in_range" min="0.00000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
157 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
158 <param type="float" name="step" value="0.5" label="Learning rate scaling factor" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
159 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
160 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
161 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
162 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
163 <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
164 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
165 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
166
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
167 <when value="express">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
168 <conditional name="subalgorithm">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
169 <param type="select" name="kr" label="Use Knight-Ruiz algorithm." help="This performs an unweighted matrix balancing for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
170 <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
171 <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
172 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
173 <when value="yes"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
174 <when value="no">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
175 <param type="integer" name="expiter" value="1000" label="Number of express iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
176 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
177 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
178 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
179 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
180 <param type="select" name="removedist" label="Remove estimated distance-dependence prior to learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
181 <option value="-d">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
182 <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
183 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
184 <param type="select" name="expreads" label="Reads to use for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
185 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
186 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
187 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
188 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
189 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The minimum mean change in fend correction parameter values needed to keep running past 'iterations' number of iterations. If using the Knight-Ruiz algorithm this is the residual cutoff.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
190 <validator type="in_range" min="0.00000000000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
191 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
192 <param type="select" name="binary" label="Use binary indicator instead of counts.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
193 <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
194 <option value="-k">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
195 </param>
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
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
198 <when value="binning">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
199 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
200 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
201 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
202 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
203 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
204 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
205 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
206 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
207 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
208 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
209 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
210 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
211 <param type="text" size="60" name="model" value="len,distance" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
212 <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
213 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
214 <param type="text" size="60" name="modelbins" value="20,20" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
215 <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
216 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
217 <param type="text" size="60" name="modeltypes" value="even,even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
218 <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
219 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
220 <param type="integer" name="pseudo" value="0" label="Number of pseudo-counts" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
221 <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
222 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
223 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
224
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
225 <when value="binning-probability">
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="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
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="1"/>
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 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
230 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
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.000001" max="1.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 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
234 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
235 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
236 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
237 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
238 <param type="text" size="60" name="model" value="len,distance" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
239 <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
240 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
241 <param type="text" size="60" name="modelbins" value="20,20" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
242 <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
243 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
244 <param type="text" size="60" name="modeltypes" value="even,even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
245 <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
246 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
247 <param type="integer" name="pseudo" value="0" label="Number of pseudo-counts" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
248 <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
249 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
250 <param type="integer" name="probiter" value="1000" label="Maximum number of iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
251 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
252 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
253 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The cutoff for the absolute gradient values such that learning will cease if all values fall below this threshold.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
254 <validator type="in_range" min="0.00000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
255 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
256 <param type="float" name="step" value="0.5" label="Learning rate scaling factor" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
257 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
258 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
259 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
260 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
261 <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
262 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
263 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
264
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
265 <when value="binning-express">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
266 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
267 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
268 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
269 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
270 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
271 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
272 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
273 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
274 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
275 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
276 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
277 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
278 <param type="text" size="60" name="model" value="len,distance" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
279 <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
280 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
281 <param type="text" size="60" name="modelbins" value="20,20" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
282 <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
283 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
284 <param type="text" size="60" name="modeltypes" value="even,even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
285 <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
286 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
287 <param type="integer" name="pseudo" value="0" label="Number of pseudo-counts" optional="True">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
288 <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
289 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
290 <param type="integer" name="expiter" value="1000" label="Number of express iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
291 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
292 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
293 <param type="select" name="removedist" label="Remove estimated distance-dependence prior to learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
294 <option value="-d">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
295 <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
296 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
297 <param type="select" name="expreads" label="Reads to use for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
298 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
299 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
300 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
301 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
302 </when>
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 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
305 <token name="@HIC_DATATYPE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
306 -d $command.datatype
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
307 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
308 <xml name="hic_datatype_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
309 <!-- Options controlling type of hic data to return -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
310 <param name="datatype" type="select" label="Datatype">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
311 <option value="raw">raw</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
312 <option value="fend">fend-corrected</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
313 <option value="distance">distance-corrected</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
314 <option value="enrichment">enrichment</option>
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 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
317 <token name="@5C_FRAGMENT@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
318 $command.bed
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
319 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
320 <xml name="5c_fragment_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
321 <!-- Options controlling fragment file creation -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
322 <param format="bed" name="bed" type="data" label="Probed RE fragment boundary BED File" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
323 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
324 <token name="@5C_SEQUENCE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
325 #if str( $command.datafile.format ) == "bam":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
326 #for $bam_file in $command.datafile.paired_bam:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
327 -B ${bam_file.readend1} ${bam_file.readend2}
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
328 #end for
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
329 #else:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
330 #for $count_file in $command.datafile.count_files:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
331 -C ${count_file.count}
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
332 #end for
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
333 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
334 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
335 <xml name="5c_sequence_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
336 <!-- Options controlling 5c sequence data input -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
337 <conditional name="datafile">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
338 <param name="format" type="select" label="Data Format">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
339 <option value="bam">bam</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
340 <option value="count">count</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
341 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
342 <when value="bam">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
343 <repeat name="paired_bam" title="Sequencing lane" min="1">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
344 <param format="bam" name="readend1" label="First read end" type="data"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
345 <param format="bam" name="readend2" label="Second read end" type="data"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
346 </repeat>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
347 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
348 <when value="count">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
349 <repeat name="count_files" title="Counts file" min="1">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
350 <param format="tabular" name="count" type="data" label="Counts file" optional="False"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
351 </repeat>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
352 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
353 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
354 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
355 <token name="@5C_PROJECT@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
356 -f $command.minint
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
357 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
358 <xml name="5c_project_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
359 <!-- Options controlling 5c project creation -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
360 <param type="integer" name="minint" value="20" label="Minimum interactions per fragment" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
361 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
362 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
363 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
364 <token name="@5C_RANGE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
365 -m $command.mindist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
366 -x $command.maxdist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
367 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
368 <xml name="5c_range_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
369 <!-- Options controlling 5c interaction size range limits -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
370 <param type="integer" name="mindist" value="0" label="Minimum interaction distance" optional="False" help="The minimum interaction distance included for filtering fragments and learning correction values.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
371 <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
372 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
373 <param type="integer" name="maxdist" value="0" label="Maximum interaction distance" optional="False" help="The maximum interaction distance included for filtering fragments and learning correction values. A value of zero indicates no upper limit.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
374 <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
375 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
376 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
377 <token name="@5C_REGIONS@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
378 #if str( $command.regions ) != "":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
379 -r $command.regions
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
380 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
381 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
382 <xml name="5c_regions_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
383 <!-- Options controlling 5c subset selection of regions -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
384 <param type="text" size="60" name="regions" value="" label="Included regions" optional="False" help="If a subset of regions are to be used, enter a comma-separated list of region indices."/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
385 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
386 <token name="@5C_NORMALIZE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
387 $command.analysis.algorithm
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
388 #if str( $command.analysis.algorithm ) == "probability" or str( $command.analysis.algorithm ) == "binning-probability" or str( $command.analysis.algorithm ) == "probability-binning":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
389 -b $command.analysis.probiter
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
390 -l $command.analysis.step
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
391 -g $command.analysis.change
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
392 $command.analysis.precalc
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
393 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
394 #if str( $command.analysis.algorithm ) == "express" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "probability-express":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
395 $command.analysis.removedist
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
396 -w $command.analysis.expreads
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
397 #if str( $command.analysis.subalgorithm.kr ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
398 -z
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
399 #else:
2
bc91bdb2e644 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544
sauria
parents: 1
diff changeset
400 -e $command.analysis.subalgorithm.expiter
bc91bdb2e644 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit a12b78bdd6e5c644a059052d4aca9b8792d45544
sauria
parents: 1
diff changeset
401 $command.analysis.subalgorithm.logged
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
402 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
403 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
404 #if str( $command.analysis.algorithm ) == "binning" or str( $command.analysis.algorithm ) == "binning-express" or str( $command.analysis.algorithm ) == "binning-probability" or str( $command.analysis.algorithm ) == "express-binning" or str( $command.analysis.algorithm ) == "probability-binning":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
405 -i $command.analysis.biniter
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
406 -t $command.analysis.threshold
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
407 -y $command.analysis.binreads
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
408 -v $command.analysis.model
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
409 -n $command.analysis.modelbins
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
410 -u $command.analysis.modeltypes
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
411 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
412 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
413 <xml name="5c_normalize_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
414 <!-- Options controlling 5c algorithm selection and normalization parameters -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
415 <conditional name='analysis'>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
416 <param name="algorithm" type="select" label="Learning Algorithm">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
417 <option value="probability">Probability</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
418 <option value="express">Express</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
419 <option value="binning">Binning</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
420 <option value="binning-probability">Binning-Probability</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
421 <option value="binning-express">Binning-Express</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
422 <option value="probability-binning">Probability-Binning</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
423 <option value="express-binning">Express-Binning</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
424 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
425
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
426 <when value="probability">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
427 <param type="integer" name="probiter" value="1000" label="Maximum number of iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
428 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
429 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
430 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The cutoff for the absolute gradient values such that learning will cease if all values fall below this threshold.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
431 <validator type="in_range" min="0.00000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
432 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
433 <param type="float" name="step" value="0.5" label="Learning rate scaling factor" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
434 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
435 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
436 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
437 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
438 <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
439 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
440 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
441
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
442 <when value="express">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
443 <conditional name="subalgorithm">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
444 <param type="select" name="kr" label="Use Knight-Ruiz algorithm." help="This performs an unweighted matrix balancing for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
445 <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
446 <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
447 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
448 <when value="yes"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
449 <when value="no">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
450 <param type="integer" name="expiter" value="1000" label="Number of express iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
451 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
452 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
453 <param type="select" name="logged" label="Use logged-reads instead of reads.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
454 <option value="-k">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
455 <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
456 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
457 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
458 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
459 <param type="select" name="removedist" label="Remove estimated distance-dependence prior to learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
460 <option value="-d">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
461 <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
462 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
463 <param type="select" name="expreads" label="Reads to use for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
464 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
465 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
466 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
467 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
468 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
469
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
470 <when value="binning">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
471 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
472 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
473 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
474 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
475 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
476 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
477 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
478 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
479 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
480 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
481 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
482 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
483 <param type="text" size="60" name="model" value="len" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
484 <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
485 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
486 <param type="text" size="60" name="modelbins" value="10" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
487 <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
488 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
489 <param type="text" size="60" name="modeltypes" value="even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
490 <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
491 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
492 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
493
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
494 <when value="binning-probability">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
495 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
496 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
497 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
498 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
499 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
500 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
501 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
502 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
503 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
504 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
505 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
506 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
507 <param type="text" size="60" name="model" value="len" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
508 <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
509 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
510 <param type="text" size="60" name="modelbins" value="10" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
511 <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
512 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
513 <param type="text" size="60" name="modeltypes" value="even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
514 <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
515 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
516 <param type="integer" name="probiter" value="1000" label="Maximum number of iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
517 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
518 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
519 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The cutoff for the absolute gradient values such that learning will cease if all values fall below this threshold.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
520 <validator type="in_range" min="0.00000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
521 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
522 <param type="float" name="step" value="0.5" label="Learning rate scaling factor" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
523 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
524 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
525 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
526 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
527 <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
528 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
529 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
530
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
531 <when value="binning-express">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
532 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
533 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
534 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
535 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
536 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
537 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
538 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
539 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
540 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
541 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
542 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
543 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
544 <param type="text" size="60" name="model" value="len" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
545 <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
546 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
547 <param type="text" size="60" name="modelbins" value="10" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
548 <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
549 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
550 <param type="text" size="60" name="modeltypes" value="even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
551 <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
552 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
553 <param type="integer" name="expiter" value="1000" label="Number of express iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
554 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
555 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
556 <param type="select" name="removedist" label="Remove estimated distance-dependence prior to learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
557 <option value="-d">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
558 <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
559 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
560 <param type="select" name="expreads" label="Reads to use for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
561 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
562 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
563 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
564 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
565 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
566
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
567 <when value="probability-binning">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
568 <param type="integer" name="probiter" value="1000" label="Maximum number of iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
569 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
570 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
571 <param type="float" name="change" value="0.0005" label="Parameter change cutoff" optional="False" help="The cutoff for the absolute gradient values such that learning will cease if all values fall below this threshold.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
572 <validator type="in_range" min="0.00000001"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
573 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
574 <param type="float" name="step" value="0.5" label="Learning rate scaling factor" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
575 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
576 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
577 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
578 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
579 <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
580 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
581 <param type="select" name="precalc" label="Precalculate probability corrections from fragment means">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
582 <option value="-p">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
583 <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
584 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
585 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
586 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
587 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
588 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
589 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
590 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
591 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
592 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
593 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
594 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
595 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
596 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
597 <param type="text" size="60" name="model" value="len" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
598 <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
599 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
600 <param type="text" size="60" name="modelbins" value="10" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
601 <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
602 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
603 <param type="text" size="60" name="modeltypes" value="even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
604 <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
605 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
606 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
607
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
608 <when value="express-binning">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
609 <param type="integer" name="expiter" value="1000" label="Number of express iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
610 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
611 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
612 <param type="select" name="removedist" label="Remove estimated distance-dependence prior to learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
613 <option value="-d">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
614 <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
615 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
616 <param type="select" name="expreads" label="Reads to use for learning express corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
617 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
618 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
619 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
620 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
621 <param type="integer" name="biniter" value="1000" label="Maximum number of binning iterations" optional="False">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
622 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
623 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
624 <param type="float" name="threshold" value="1.0" label="Learning threshold" optional="False"
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
625 help="The minimum change needed in the log-likelihood to continue learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
626 <validator type="in_range" min="0.000001" max="1.0"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
627 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
628 <param type="select" name="binreads" label="Reads to use for learning binning corrections.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
629 <option value="cis">cis</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
630 <option value="trans">trans</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
631 <option value="all">all</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
632 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
633 <param type="text" size="60" name="model" value="len" label="Model parameters" optional="False" help="A comma-separated list of fragment characteristics to learn corrections for. These can include 'len' and any characteristics included in the fragment bed file.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
634 <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
635 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
636 <param type="text" size="60" name="modelbins" value="10" label="Number of parameter bins" optional="False" help="A comma-separated list of bins to divide each model parameter into.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
637 <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
638 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
639 <param type="text" size="60" name="modeltypes" value="even" label="Parameter types" optional="False" help="A comma-separated list of model parameter types. These can be 'even', 'fixed', 'even-const', and 'fixed-const'.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
640 <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
641 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
642 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
643 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
644 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
645 <token name="@5C_DATATYPE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
646 -d $command.datatype
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
647 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
648 <xml name="5c_datatype_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
649 <!-- Options controlling type of 5c data to return -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
650 <param name="datatype" type="select" label="Datatype">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
651 <option value="raw">raw</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
652 <option value="fragment">fragment-corrected</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
653 <option value="distance">distance-corrected</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
654 <option value="enrichment">enrichment</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
655 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
656 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
657 <token name="@BINSIZE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
658 -b $command.binsize
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
659 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
660 <xml name="binsize_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
661 <!-- Options controlling binning size-->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
662 <param type="integer" name="binsize" value="10000" label="Binsize" optional="False" help="A value of zero will return unbinned data.">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
663 <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
664 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
665 </xml>
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
666 <token name="@MRH_OPTIONS@">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
667 -f $command.mrhminobs
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
668 -b $command.mrhminbinsize
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
669 -B $command.mrhmaxbinsize
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
670 #if str( $command.mrhtransminbinsize ) != "":
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
671 -r $command.mrhtransminbinsize
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
672 #end if
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
673 #if str( $command.mrhtransmaxbinsize ) != "":
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
674 -R $command.mrhtransmaxbinsize
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
675 #end if
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
676 </token>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
677 <xml name="mrh_options_xml">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
678 <param name="mrhminobs" type="integer" label="Minimum observations" value="20" help="The number of observations needed to include a bin." >
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
679 <validator type="in_range" min="1"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
680 </param>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
681 <!-- Options controlling binning sizes-->
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
682 <param type="integer" name="mrhminbinsize" label="Cis minimum binsize (bp)" value="5000" >
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
683 <validator type="in_range" min="1"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
684 </param>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
685 <param type="integer" name="mrhmaxbinsize" label="Cis maximum binsize (bp)" value="1280000" help="Must be a multiple of an integer power of two times the minimum binsize (i.e. minbin * 2^N = maxbin for an integer N). ">
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
686 <validator type="in_range" min="1"/>
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
687 </param>
4
144f154aae36 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit bde2f75525267b0c2fd70deba2e6142cf7ee1961
sauria
parents: 3
diff changeset
688 <param type="integer" name="mrhtransminbinsize" label="Trans minimum binsize (bp)" value='' help="If not specified, this will be set to the cis minimum binsize." optional="True" />
144f154aae36 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit bde2f75525267b0c2fd70deba2e6142cf7ee1961
sauria
parents: 3
diff changeset
689 <param type="integer" name="mrhtransmaxbinsize" label="Trans maximum binsize (bp)" value='' help="If not specified, this will be set to the cis maximum binsize." optional="True" />
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
690 </xml>
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
691 <token name="@HIC_DYNAMIC@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
692 #if str( $command.dynamic.binning ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
693 -y
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
694 -x $command.dynamic.expbinsize
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
695 -f $command.dynamic.minobs
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
696 -a $command.dynamic.search
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
697 $command.dynamic.failed
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
698 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
699 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
700 <token name="@5C_DYNAMIC@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
701 #if str( $command.dynamic.binning ) == "yes":
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
702 -y
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
703 -x $command.dynamic.expbinsize
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
704 -f $command.dynamic.minobs
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
705 -g $command.dynamic.search
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
706 $command.dynamic.failed
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
707 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
708 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
709 <xml name="dynamic_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
710 <!-- Options controlling dynamic binning of data -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
711 <conditional name="dynamic">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
712 <param name="binning" type="select" label="Dynamically bin data">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
713 <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
714 <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
715 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
716 <when value="yes">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
717 <param name="expbinsize" type="integer" label="Expansion binning size (bp)" value="10000" help="The size of bins to use when expanding heatmap bins. A zero indicates unbinned expansion." >
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
718 <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
719 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
720 <param name="minobs" type="integer" label="Minimum observations" value="20" help="The number of observations needed to stop expanding a bin." >
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
721 <validator type="in_range" min="1"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
722 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
723 <param name="search" type="integer" label="Maximum search distance" value="0" help="The maximum distance a bin can be expanded. A value of zero indicates no maximum." >
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
724 <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
725 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
726 <param name="failed" type="select" label="Remove failed bins">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
727 <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
728 <option value="-v">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
729 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
730 </when>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
731 <when value="no"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
732 </conditional>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
733 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
734 <token name="@IMAGE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
735 -k min_color=$command.image.mincolor
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
736 -k mid_color=$command.image.midcolor
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
737 -k max_color=$command.image.maxcolor
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
738 -k logged=$command.image.logged
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
739 #if $command.image.minscore:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
740 -k minscore=$command.image.minscore
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
741 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
742 #if $command.image.maxscore:
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
743 -k maxscore=$command.image.maxscore
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
744 #end if
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
745 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
746 <xml name="image_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
747 <!-- Options controlling hic image options -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
748 <param name="mincolor" type="color" value="#0000ff" label="Minimum value color"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
749 <param name="midcolor" type="color" value="#ffffff" label="Middle value color"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
750 <param name="maxcolor" type="color" value="#ff0000" label="Maximum value color"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
751 <param name="logged" type="select" label="Logged values">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
752 <option value="true">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
753 <option value="false">no</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
754 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
755 <param name="minscore" type="float" optional="True" label="Minimum score limit"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
756 <param name="maxscore" type="float" optional="True" label="Maximum score limit"/>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
757 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
758 <token name="@ROTATE@">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
759 $command.image.rotate
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
760 </token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
761 <xml name="rotate_xml">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
762 <!-- Options controlling hic image rotation -->
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
763 <param name="rotate" type="select" label="Rotate image 45 degrees (horizontal axis)">
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
764 <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
765 <option value="-r">yes</option>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
766 </param>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
767 </xml>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
768 <token name="@COMMAND_HELP@"><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
769 HiFive is a tool for handling, normalizing, and plotting HiC and 5C chromatin interaction data. It has numerous normalization approaches built in with a variety of options, allowing for fine-scale control and data processing. HiFive is broken down into a series of selectable commands, each with a HiC or 5C version.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
770
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
771 COMMANDS
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
772 --------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
773
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
774 Complete HiC analysis / Complete 5C analysis - this command creates a genome partion file, loads data into a dataset, creates a project file and performs data normalization on that project file.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
775
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
776 Create HiC fend set / Create 5C fragment set - this command takes a bed file containing restriction fragment information and creates a HiFive partition file that will be used for downstream data processing.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
777
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
778 Create HiC data set / Create 5C data set - this command loads data from BAM file pairs or a variety of other file formats, partitions reads according to the information in the HiFive genome partition file and creates a HiFive data file.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
779
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
780 Create HiC project / Create 5C project - this command creates a HiFive project, associates a specific data set with it, constructs a distance-dependence function and filters fragments based on coverage.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
781
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
782 Normalize HiC project / Normalize 5C project - this command provides a selection of normalization algorithms and finds correction values for data normalization.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
783
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
784 Create HiC heatmap set / Create 5C heatmap set - this command creates a set of heatmaps, one per chromosome and, if selected, one per chromosome pair (trans), in a compact HDF5 format. Heatmaps can also be plotted at the time of creation.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
785
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
786 Extract HiC interval / Extract 5C interval - this command returns a genomic interval files with data from a specified region. This data may also be plotted at the tie of extraction.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
787
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
788 Create HiC multi-resolution heatmap - this command returns a multi-resolution heatmap file with data heatmapped across resolutions from the smallest to largest specified binsizes in 2X steps.
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
789
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
790 ]]></token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
791 <token name="@HIC_HELP@"><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
792 HiC genomic partitioning - fend file
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
793 ----------------------------------------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
794
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
795 A bed file containing either restriction enzyme cutopoints or fragment bounds is converted into an hdf5-type fragment file of fragment characteristics. In addition to coordinates, strand, and chromosome information, additional columns can be included containing other fragment characteristics, such as GC content. If additional columns are included, they must be labeled in the header with a label containing no spaces or commas. These names can be used with the binning algorithm to include the fragment characteristic in the model to be learned. Additional characteristics should be comma-separated pairs of values corresponding to the upstream and downstream sides of the cutsite or ends of the fragment, depending on the whether the bed file contains cutsites or fragment coordinates, respectively.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
796
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
797 HiC data
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
798 --------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
799
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
800 Reads are paired with the specified fend file, creating a HiFive dataset object. Data can be a series of paired-end bam files, a tabular format list of paired genomic positions (chromosome1 coordinate1 strand1 chromosome2 coordinate2 strand2), or a HiCPipe-style mat-formatted list of fend-pairs and observed read counts.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
801
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
802 HiC project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
803 -----------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
804
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
805 Fends are filtered in an iterative manner using the minimum interaction cutoff and interaction size parameters specified to ensure that all valid fends have at least the minimum number of interactions with other valid fends. Subsequently, a distance dependence approximation curve is calculated piecewise using the number of bins specified. The first bin encompasses all interactions less than or equal to the minimum bin cutoff value. The remaining bins are evenly sized between log(minimum cutoff) and log(max possible interaction size).
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
806
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
807 HiC normalization
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
808 -----------------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
809
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
810 Corrections values are learned for either each valid fend, ranges of fend characteristics, or both. The 'probability' and 'express' algorithms learn correction values associated with each fend while the 'binning' algorithm learns fend characteristic corrections. These can be chained together in either order to produce more robust corrections.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
811
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
812 Using the probability algorithm, observation of counts are assumed to be distributed according to a binomial distribution with an observation probability for each interaction equal to the product of the distance-dependence signal and the two fend correction parameters. Using the probability algorithm, learning is done using a backtracking line gradient descent approach. Learning proceeds for up to the maximum number of iterations but is terminated early if all of the absolute gradient values fall below the cutoff threshold. At each step, the learning rate is scaled down by the step value if the current learning rate does not produce sufficient improvement as measured by the Arjimo criterion.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
813
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
814 The express algorithm is a variant of matrix balancing and approximates the corrections through an iterative norm-2 adjustment to given all fragments a mean ratio of one for valid counts versus signal predicted from distance-dependence. This can be done using intra-regional interactions, inter-regional interactions, or all interactions.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
815
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
816 The binning algorithm divides each model parameter into some number of bins and based on a binomial distribution, correction values for each bin are learned, maximizing the log-likelihood of the data. Model parameters can be the fend lengths ('len'), fend GC content ('gc'), and any other characteristics passed as additional columns (with header labels) in the bed file used to create the HiFive fend file. Each parameter has a number of bins specified to divide it into and can be partitioned according to its type to contain approximately equal numbers of fends ('even'), or to cover equal portions of the range of parameter values ('fixed'). In addition, parameter types can include the '-const' suffix to denote a parameter that should not be optimized after seeding.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
817
1
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
818 HiC multi-resolution heatmapping
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
819 --------------------------------
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
820
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
821 Multi-resolution heatmapping (MRH) allows multiple levels of resolution to be stored and accessed simultaneously using an intelligent binning scheme that only accepts bin with a number of observed reads meeting the minimum observation threshold. MRH files can be interactively explored through the MRH plugin in Galaxy.
cb4f92e6fd4e planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
sauria
parents: 0
diff changeset
822
0
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
823 ]]></token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
824 <token name="@5C_HELP@"><![CDATA[
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
825 5C genomic partitioning - fragment file
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
826 ---------------------------------------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
827
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
828 A bed file containing targeted restriction enzyme fragment boundaries is converted into an hdf5-type fragment file of fragment characteristics. In addition to coordinates, strand, and chromosome information, additional columns can be included containing other fragment characteristics, such as GC content. If additional columns are included, they must be labeled in the header with a label containing no spaces or commas. These names can be used with the binning algorithm to include the fragment characteristic in the model to be learned.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
829
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
830 5C data
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
831 -------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
832
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
833 Reads are loaded and paired with the specified fragment file, creating a HiFive dataset object. Data can be a series of paired-end bam files or a tabular format list of paired fragments and their observed read count (fragment1 fragment2 count).
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
834
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
835 5C project
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
836 ----------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
837
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
838 Fragments are filtered in an iterative manner using the minimum interaction cutoff and interaction size parameters specified to ensure that all valid fragments have at least the minimum number of interactions with other valid fragments. Subsequently, a distance dependence approximation line is calculated using a regression line to approximate the linear relationship between log(# reads) and log(distance).
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
839
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
840 5C normalization
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
841 ----------------
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
842
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
843 Corrections values are learned for either each valid fragment, ranges of fragment characteristics, or both. The 'probability' and 'express' algorithms learn correction values associated with each fragment while the 'binning' algorithm learns fragment characteristic corrections. These can be chained together in either order to produce more robust corrections.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
844
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
845 The probability algorithm assumes non-zero counts to distributed according to a log-normal distribution with each interaction having a mean equal to the distance-depedence predicted signal times each of the interaction fragment correction parameters and a universal sigma value. Using the probability algorithm, learning is done using a backtracking line gradient descent approach. Learning proceeds for up to the maximum number of iterations but is terminated early if all of the absolute gradient values fall below the cutoff threshold. At each step, the learning rate is scaled down by the step value if the current learning rate does not produce sufficient improvement as measured by the Arjimo criterion.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
846
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
847 The express algorithm is a variant of matrix balancing and approximates the corrections through an iterative norm-2 adjustment to given all fragments a mean ratio of one for valid counts versus predicted signal from distance-dependence. This can be done using intra-regional interactions, inter-regional interactions, or all interactions.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
848
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
849 The binning algorithm divides each model parameter into some number of bins and based on a log-normal distribution, correction values for each bin are learned, maximizing the log-likelihood of the data. Model parameters can be the fragment lengths ('len') and any other characteristics passed as additional columns (with header labels) in the bed file used to create the HiFive fragment file. Each parameter has a number of bins specified to divide it into and can be partitioned according to its type to contain approximately equal numbers of fragments ('even'), or to cover equal portions of the range of parameter values ('fixed'). In addition, parameter types can include the '-const' suffix to denote a parameter that should not be optimized after seeding.
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
850
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
851 ]]></token>
0a9c76d80e33 planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit abaefa638db82abe90f335d783c9503dce28944f-dirty
sauria
parents:
diff changeset
852 </macros>