annotate hictk.xml @ 5:af0d9df0641e draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 92a0b58278588671dc47bceeef84bad41c429ed0
author bgruening
date Mon, 28 Oct 2024 09:52:38 +0000
parents fcbd7133bc9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
1 <tool id="hictk" name="hictk" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
2 <description>convert cool to juicebox hic</description>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
3 <macros>
5
af0d9df0641e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 92a0b58278588671dc47bceeef84bad41c429ed0
bgruening
parents: 4
diff changeset
4 <token name="@TOOL_VERSION@">2.0.1</token>
0
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
6 </macros>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
7 <requirements>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
8 <requirement version="@TOOL_VERSION@" type="package">hictk</requirement>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
9 </requirements>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
10 <version_command><![CDATA[echo "@TOOL_VERSION@"]]></version_command>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
11 <command><![CDATA[
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
12 hictk convert -f --output-fmt 'hic' '$incool' '$outhic'
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
13 ]]></command>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
14 <inputs>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
15 <param name="incool" type="data" format="cool,mcool,scool" label="cool/hdf5 data to convert to hic binary" />
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
16 </inputs>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
17 <outputs>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
18 <data name="outhic" format="juicebox_hic" label="hictk convert on $incool.element_identifier hic" hidden="false"/>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
19 </outputs>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
20 <tests>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
21 <test>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
22 <param name="incool" value="incool_sample"/>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
23 <output name="outhic" value="outhic_sample" compare="sim_size" delta_frac="0.1" ftype="juicebox_hic" />
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
24 </test>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
25 </tests>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
26 <help><![CDATA[
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
27 This tool converts cool/mcool/scool format files into hic binary files
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
28
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
29 **hictk**
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
30
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
31 hictk is a blazing fast toolkit to work with .hic and .cool files.
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
32
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
33 This repository hosts `hictk`: a set of CLI tools to work with Cooler, as well as `libhictk`: the C++ library underlying `hictk`.
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
34
1
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
35 hictk_ is capable of reading files in `.cool`, `.mcool`, `.scool` and `.juicebox_hic` format (including hic v9) as well as writing `.cool` and `.mcool` files
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
36 but this tool only writes `juicebox_hic` at present.
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
37
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
38 .. _hictk: https://github.com/paulsengroup/hictk
0
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
39
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
40 ]]></help>
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
41 <citations>
1
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
42 <citation type="bibtex">@article{hictk,
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
43 author = {Roberto Rossini},
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
44 year = {2023},
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
45 url = {https://github.com/paulsengroup/hictk},
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
46 title = {hictk: blazing fast toolkit to work with .hic and .cool files}
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
47 }</citation>
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
48 <citation type="doi">10.1093/bioinformatics/bts573</citation>
2da980d606cb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit c33dc6079f56bc640902043efb5e88c73c6a44f3
bgruening
parents: 0
diff changeset
49 </citations>
0
a2e75bad2872 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 5f922b78c9d2d1f69261ce2183b3c4075dd7a2f3
bgruening
parents:
diff changeset
50 </tool>