Mercurial > repos > bgruening > hicexplorer_chicexportdata
annotate chicExportData.xml @ 0:23b8d6b8960c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
author | bgruening |
---|---|
date | Wed, 18 Oct 2023 17:07:56 +0000 |
parents | |
children | 163fd744e235 |
rev | line source |
---|---|
0
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
1 <tool id="hicexplorer_chicexportdata" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
2 <description>exports data of hdf to txt based files</description> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
3 <macros> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
4 <token name="@BINARY@">chicExportData</token> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
5 <import>macros.xml</import> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
6 </macros> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
9 #import re |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
10 mkdir exportFolder && |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
11 @BINARY@ |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
12 --file '$file' |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
13 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
14 #if $fileType_conditional.fileType_selector == 'interaction': |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
15 #if $fileType_conditional.txtBigwig_conditional.txtBigwig_selector == 'txt': |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
16 --outputFileType txt |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
17 #else: |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
18 --outputFileType bigwig |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
19 --outputValueBigwig $fileType_conditional.txtBigwig_conditional.column_selector |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
20 --chromosomeSizes '$fileType_conditional.txtBigwig_conditional.chromosomeSize' |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
21 --range $fileType_conditional.txtBigwig_conditional.rangeUpstream $fileType_conditional.txtBigwig_conditional.rangeDownstream |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
22 --backgroundModelFile '$fileType_conditional.txtBigwig_conditional.backgroundModelFile' |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
23 #end if |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
24 #else if $fileType_conditional.fileType_selector == 'target': |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
25 $fileType_conditional.oneTargetFile |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
26 #end if |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
27 #if $fileType_conditional.fileType_selector != 'interaction': |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
28 --outputFileType txt |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
29 #end if |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
30 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
31 --outputMode $outputMode_conditional.outputMode_selector |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
32 #if $outputMode_conditional.outputMode_selector == 'geneName': |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
33 --outputModeName $outputMode_conditional.outputModeName |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
34 #end if |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
35 --decimalPlaces $decimalPlaces |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
36 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
37 --outFileName exportFolder/export.tar.gz |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
38 --threads @THREADS@ |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
39 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
40 ]]> </command> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
41 <inputs> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
42 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
43 <param name="file" type="data" format="h5" label="" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
44 <conditional name="fileType_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
45 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
46 <param name="fileType_selector" type="select" label="Combination mode for the plots"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
47 <option value="interaction" selected="True">Interaction file (from chicViewpoint)</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
48 <option value="aggregate">Aggregated file (from chicAggregateStatistic)</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
49 <option value="significant" >Significant file (from chicSignificantInteractions)</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
50 <option value="target" >Target file (from chicSignificantInteractions)</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
51 <option value="differential" >Differential file (from chicDifferentialTest)</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
52 </param> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
53 <when value="interaction" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
54 <conditional name="txtBigwig_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
55 <param name="txtBigwig_selector" type="select" label="Output format"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
56 <option value="txt" selected="True">Text</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
57 <option value="bigwig">BigWig</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
58 </param> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
59 <when value="txt" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
60 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
61 <when value="bigwig" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
62 <param name="rangeUpstream" type="integer" value="500000" label="Upstream range" help="Defines the region upstream of a reference point which should be considered in the analysis." /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
63 <param name="rangeDownstream" type="integer" value="500000" label="Downstream range" help="Defines the region upstream of a reference point which should be considered in the analysis." /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
64 <param name="column_selector" type="select" label="Datatrack output type"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
65 <option value="relative-interactions" selected="True">relative interactions</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
66 <option value="p-value">p-value</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
67 <option value="x-fold" >x-fold</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
68 <option value="raw" >raw</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
69 </param> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
70 <param name="backgroundModelFile" type="data" format="tabular" label="Background model" help="The background file computed by chicViewpointBackgroundModel" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
71 <param name="chromosomeSize" type="data" format="tabular" label="Chromosome size" help="Chromosome size as tabular file. One chromosome per line" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
72 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
73 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
74 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
75 <when value="aggregate" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
76 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
77 <when value="significant" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
78 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
79 <when value="target" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
80 <param name="oneTargetFile" type="boolean" truevalue="--oneTargetFile" falsevalue="" checked="false" label="Create only one target file" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
81 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
82 <when value="differential" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
83 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
84 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
85 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
86 <conditional name="outputMode_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
87 <param name="outputMode_selector" type="select" label="Output mode"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
88 <option value="all" selected="True">all</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
89 <option value="geneName" >gene name</option> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
90 </param> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
91 <when value="all" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
92 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
93 <when value="geneName" > |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
94 <param name="outputModeName" type="text" value="" label="Gene name" help="Based on this gene name the output is extracted." /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
95 </when> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
96 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
97 <param name="decimalPlaces" type="integer" value="12" label="Decimal places" help="Number of decimal places for float values." /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
98 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
99 </inputs> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
100 <outputs> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
101 <collection name="oneGeneCollectionBigwig" type="list" label="The exported bigwig files"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
102 <discover_datasets pattern="__name__" format="bigwig" directory="exportFolder" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
103 </collection> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
104 <collection name="oneGeneCollectionText" type="list" label="The exported text files"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
105 <discover_datasets pattern="__name__" format="txt" directory="exportFolder" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
106 </collection> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
107 <data name="allTar" from_work_dir="exportFolder/export.tar.gz" format="tar.gz" label="The exported data as tar.gz"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
108 <filter>outputMode_conditional['outputMode_selector'] == 'all'</filter> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
109 </data> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
110 </outputs> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
111 <tests> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
112 <test expect_num_outputs="3"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
113 <param name="file" value="cHi-C/chicAggregateStatistic/aggregate.hdf5" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
114 <conditional name="fileType_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
115 <param name="fileType_selector" value="aggregate" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
116 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
117 <conditional name="outputMode_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
118 <param name="outputMode_selector" value="all" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
119 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
120 <output name="allTar" file="cHi-C/chicExportData/aggregate.tar.gz" ftype="tar.gz" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
121 </test> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
122 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
123 <test expect_num_outputs="2"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
124 <param name="file" value="cHi-C/chicViewpoint/two_matrices.hdf5" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
125 <conditional name="fileType_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
126 <param name="fileType_selector" value="interaction" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
127 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
128 <conditional name="txtBigwig_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
129 <param name="txtBigwig_selector" value="bigwig" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
130 <param name="backgroundModelFile" value="cHi-C/background.txt" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
131 <param name="chromosomeSize" value="cHi-C/hg19.chrom.sizes" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
132 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
133 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
134 <conditional name="outputMode_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
135 <param name="outputMode_selector" value="geneName" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
136 <param name="outputModeName" value="Eya1" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
137 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
138 <output_collection name="oneGeneCollectionBigwig" type="list" count="4"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
139 <element name="background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
140 <element name="background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
141 <element name="FL-E13-5_chr1_genes_Eya1.bigwig" file="cHi-C/chicExportData/oneGene/FL-E13-5_chr1_genes_Eya1.bigwig" ftype="bigwig" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
142 <element name="MB-E10-5_chr1_genes_Eya1.bigwig" file="cHi-C/chicExportData/oneGene/MB-E10-5_chr1_genes_Eya1.bigwig" ftype="bigwig" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
143 </output_collection> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
144 </test> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
145 <test expect_num_outputs="2"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
146 <param name="file" value="cHi-C/chicViewpoint/two_matrices.hdf5" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
147 <conditional name="fileType_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
148 <param name="fileType_selector" value="interaction" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
149 <conditional name="txtBigwig_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
150 <param name="txtBigwig_selector" value="txt" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
151 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
152 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
153 <conditional name="outputMode_conditional"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
154 <param name="outputMode_selector" value="geneName" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
155 <param name="outputModeName" value="Eya1" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
156 </conditional> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
157 <output_collection name="oneGeneCollectionText" type="list" count="2"> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
158 <element name="FL-E13-5_chr1_genes_Eya1_interactions.txt" file="cHi-C/chicExportData/oneGene/FL-E13-5_chr1_genes_Eya1_interactions.txt" ftype="txt" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
159 <element name="MB-E10-5_chr1_genes_Eya1_interactions.txt" file="cHi-C/chicExportData/oneGene/MB-E10-5_chr1_genes_Eya1_interactions.txt" ftype="txt" compare="sim_size" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
160 </output_collection> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
161 </test> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
162 </tests> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
163 <help><![CDATA[ |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
164 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
165 Exporting the binary data to text files |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
166 ======================================= |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
167 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
168 chicExportData extracts the data stored in hdf5 files of the capture Hi-C modules to text files. |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
169 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
170 For more information about HiCExplorer please consider our documentation on readthedocs.io_ |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
171 |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
172 .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
173 ]]> </help> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
174 <expand macro="citations" /> |
23b8d6b8960c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
175 </tool> |