Mercurial > repos > bgruening > hicexplorer_hicinterintratad
annotate hicInterIntraTAD.xml @ 2:32173084d53f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 79133bc3739fbcc6c2055d589679aae312161d03
author | iuc |
---|---|
date | Mon, 04 Nov 2024 23:31:05 +0000 |
parents | c261b6b05ee3 |
children |
rev | line source |
---|---|
1
c261b6b05ee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
iuc
parents:
0
diff
changeset
|
1 <tool id="hicexplorer_hicinterintratad" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
0
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
2 <description>computes the ratio of inter TAD-scores vs. intra TADs</description> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
3 <macros> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
4 <token name="@BINARY@">hicInterIntraTAD</token> |
55b013e59018
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> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
6 </macros> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
55b013e59018
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[ |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
9 ln -s '$matrix_h5_cooler' 'matrix.$matrix_h5_cooler.ext' && |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
10 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
11 @BINARY@ |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
12 --matrix 'matrix.$matrix_h5_cooler.ext' |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
13 --tadDomains '$tadDomains' |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
14 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
15 #if $fontSize: |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
16 --fontSize $fontSize |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
17 #end if |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
18 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
19 #if $dpi: |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
20 --dpi $dpi |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
21 #end if |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
22 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
23 --outFileName output_interintra.txt |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
24 --outFileNameRatioPlot plot.$image_file_format |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
25 --threads @THREADS@ |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
26 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
27 && mv plot.$image_file_format plot |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
28 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
29 ]]> </command> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
30 <inputs> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
31 <expand macro="matrix_h5_cooler_macro" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
32 <param name="tadDomains" type="data" format="bed" label="Bed file with TAD domains coordinates" help="Bed file with domains coordinates: instead of evaluating the distance vs. Hi-C counts for intra chromosomal counts, compute it for intra-domains." /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
33 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
34 <expand macro="dpi" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
35 <param name="fontSize" type="integer" min="5" optional="True" label="Font size" help="Font size for the plot"/> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
36 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
37 <param name="image_file_format" type="select" label="Image output format"> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
38 <option value="png" selected="True">png</option> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
39 <option value="svg">svg</option> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
40 <option value="pdf">pdf</option> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
41 </param> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
42 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
43 </inputs> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
44 <outputs> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
45 <data name='output_txt' from_work_dir='output_interintra.txt' format='txt' label='Intra Inter TAD ratios'/> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
46 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
47 <data name='output_plot' from_work_dir='plot' format='png' label='Plot SVL'> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
48 <change_format> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
49 <when input="image_file_format" value="svg" format="svg" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
50 <when input="image_file_format" value="pdf" format="pdf" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
51 </change_format> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
52 </data> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
53 </outputs> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
54 <tests> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
55 <test> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
56 <param name="matrix_h5_cooler" value="hicInterIntraTAD/matrix.cool" /> |
1
c261b6b05ee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
iuc
parents:
0
diff
changeset
|
57 <param name="tadDomains" value="hicInterIntraTAD/untreated_R1_domains_chr1_chr2.bed" ftype="bed" /> |
0
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
58 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
59 <output name="output_txt" file="hicInterIntraTAD/output.txt" ftype="txt" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
60 |
1
c261b6b05ee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
iuc
parents:
0
diff
changeset
|
61 <output name="output_plot" file="hicInterIntraTAD/plot.png" ftype="png" compare="sim_size" delta="10000"/> |
0
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
62 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
63 </test> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
64 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
65 </tests> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
66 <help><![CDATA[ |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
67 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
68 Calculate the ratio of inter-TAD contacts vs intra-TADs |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
69 ======================================================= |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
70 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
71 Toplogical domains (TADs) are large mainly self-interacting domains. Chromatin interactions occur with higher frequency within a TAD as between TADs. |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
72 This tool supports to compute the ratio of contacts of a TAD (intra-TAD) with the contacts outside of it (inter-TAD). |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
73 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
74 For more information about HiCExplorer please consider our documentation on readthedocs.io_ |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
75 |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
76 .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
77 ]]> </help> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
78 <expand macro="citations" /> |
55b013e59018
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 07802a6bd441d9da888cfb8283f8c2135704f7c9
bgruening
parents:
diff
changeset
|
79 </tool> |