annotate hictk.xml @ 3:1b5c5779eff2 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit ef98cc8b7da02cdbc685b17ee9a041b6f0bc7636
author bgruening
date Mon, 03 Mar 2025 10:25:39 +0000
parents cff54b33531c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
1 <tool id="hictk" name="hictk" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
2 <description>convert cool to juicebox hic</description>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
3 <macros>
3
1b5c5779eff2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit ef98cc8b7da02cdbc685b17ee9a041b6f0bc7636
bgruening
parents: 2
diff changeset
4 <token name="@TOOL_VERSION@">2.0.2</token>
0
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
6 </macros>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
7 <requirements>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
8 <requirement version="@TOOL_VERSION@" type="package">hictk</requirement>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
9 </requirements>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
10 <version_command><![CDATA[echo "@TOOL_VERSION@"]]></version_command>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
11 <command><![CDATA[
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
12 hictk convert -f --output-fmt 'hic' '$incool' '$outhic'
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
13 ]]></command>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
14 <inputs>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
15 <param name="incool" type="data" format="cool,mcool,scool" label="cool/hdf5 data to convert to hic binary" />
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
16 </inputs>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
17 <outputs>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
18 <data name="outhic" format="juicebox_hic" label="hictk convert on $incool.element_identifier hic" hidden="false"/>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
19 </outputs>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
20 <tests>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
21 <test>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
22 <param name="incool" value="incool_sample"/>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
23 <output name="outhic" value="outhic_sample" compare="sim_size" delta_frac="0.1" ftype="juicebox_hic" />
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
24 </test>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
25 </tests>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
26 <help><![CDATA[
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
27 This tool converts cool/mcool/scool format files into hic binary files
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
28
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
29 **hictk**
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
30
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
31 hictk is a blazing fast toolkit to work with .hic and .cool files.
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
32
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
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`.
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
34
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
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
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
36 but this tool only writes `juicebox_hic` at present.
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
37
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
38 .. _hictk: https://github.com/paulsengroup/hictk
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
39
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
40 ]]></help>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
41 <citations>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
42 <citation type="bibtex">@article{hictk,
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
43 author = {Roberto Rossini},
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
44 year = {2023},
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
45 url = {https://github.com/paulsengroup/hictk},
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
46 title = {hictk: blazing fast toolkit to work with .hic and .cool files}
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
47 }</citation>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
48 <citation type="doi">10.1093/bioinformatics/bts573</citation>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
49 </citations>
2ca594a0caf7 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hictk commit 54016bc79390196fa61e89081f629b2c13fc6f1e
bgruening
parents:
diff changeset
50 </tool>