Bump the github-actions group across 1 directory with 10 updates (#486)
Bumps the github-actions group with 10 updates in the / directory:
Package From To actions/checkout 56actions/cache 45docker/metadata-action 5.8.06.0.0docker/login-action 3.6.04.1.0docker/setup-buildx-action 3.11.14.0.0docker/build-push-action 6.18.07.0.0actions/upload-artifact 57actions/download-artifact 68codecov/codecov-action 5.5.16.0.0github/codeql-action 4.31.24.35.1Updates
actions/checkoutfrom 5 to 6Updates
actions/cachefrom 4 to 5Updates
docker/metadata-actionfrom 5.8.0 to 6.0.0Updates
docker/login-actionfrom 3.6.0 to 4.1.0Updates
docker/setup-buildx-actionfrom 3.11.1 to 4.0.0Updates
docker/build-push-actionfrom 6.18.0 to 7.0.0Updates
actions/upload-artifactfrom 5 to 7Updates
actions/download-artifactfrom 6 to 8Updates
codecov/codecov-actionfrom 5.5.1 to 6.0.0Updates
github/codeql-actionfrom 4.31.2 to 4.35.1
updated-dependencies:
- dependency-name: actions/checkout dependency-version: ‘6’ dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: actions/cache dependency-version: ‘5’ dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: docker/metadata-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: actions/upload-artifact dependency-version: ‘7’ dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: actions/download-artifact dependency-version: ‘8’ dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions
- dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
hictk
hictk is a blazing fast toolkit to work with .hic and .cool files.
The toolkit consists of a native CLI application and a C++ library running on Linux, macOS, and Windows.
hictk offers native IO support for Cooler and .hic files, meaning that its implementation is independent of that of cooler, JuicerTools, or straw.
hictk can also be accessed from several programming languages using one of the following libraries:
Features
Supported formats
The CLI application and C++ library are capable of reading and writing files in the following formats:
1 v3 only
2 v2 only
3 libhictk only
4 v9 only
Supported operations
All the above operations can be performed on both Cooler and .hic files and yield identical results.
Installation
hictk can be installed using containers, bioconda, Conan, or directly from source.
Refer to the Installation section in the documentation for more information.
Quickstart
hictk (CLI)
hictk provides the following subcommands:
Refer to the Quickstart (CLI) and CLI Reference sections in the documentation for more details.
libhictk
libhictk can be installed in various ways, including with Conan and CMake FetchContent.
Section Quickstart (API) of hictk documentation contains further details on how this can be accomplished.
Quickstart (API) also demonstrates the basic functionality offered by libhictk.
For more complex examples refer to the sample programs under the examples/ folder as well as to the source code of hictk.
The public C++ API of hictk is documented in the C++ API Reference section of hictk documentation.
Citing
If you use hictk or any of its language bindings in your research, please cite the following publication:
Roberto Rossini, Jonas Paulsen, hictk: blazing fast toolkit to work with .hic and .cool files Bioinformatics, Volume 40, Issue 7, July 2024, btae408, https://doi.org/10.1093/bioinformatics/btae408
BibTex