Skip to content

Commit

Permalink
Update hictk to v0.0.11 (#46703)
Browse files Browse the repository at this point in the history
* Bump hictk to v0.0.11

* Compiler segfaults are so much fun...

* WIP

* WIP

* WIP

* WIP

* Bugfix

* Update URL and checksum
  • Loading branch information
robomics authored Mar 24, 2024
1 parent af84aeb commit ed7d640
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
16 changes: 8 additions & 8 deletions recipes/hictk/conanfile.txt.patch
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
diff --git a/conanfile.txt b/conanfile.txt
index 0fc36a2..5577407 100644
index 06a2202..a6164f6 100644
--- a/conanfile.txt
+++ b/conanfile.txt
@@ -3,75 +3,11 @@
@@ -3,75 +3,13 @@
# SPDX-License-Identifier: MIT

[requires]
-boost/1.84.0#774abb4a1b3702b2f7171ac6b6de777a
-boost/1.84.0#5cc9767cd47ba6b5e1b53ab4670f07fc
bshoshany-thread-pool/4.0.1#b7ce99198b3a54e403393961480085c7
-catch2/3.5.2#9554dc3c4ffcab50daf8f2cac4b79308
-catch2/3.5.3#2178a424c7c53da1e7df5fef1a051f1f
-cli11/2.4.1#afacffd31f631bbb8b7c7d6425fe7a66
concurrentqueue/1.0.4#1e48e1c712bcfd892087c9c622a51502
-eigen/3.4.0#2e192482a8acff96fe34766adca2b24c
-fast_float/6.1.0#85dc5bf9d3d6e605abf536818397baf3
-fast_float/6.1.0#d5ebf20d96102abc0f5d2d2269a317bc
-fmt/10.2.1#9199a7a0611866dea5c8849a77467b25
-hdf5/1.14.3#31ccd8d4de83844f5db48471df1944a1
-highfive/2.9.0#c57477beed8b0110fadeb6da8f48bcc5
-libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602
parallel-hashmap/1.3.11#1e67f4855a3f7cdeb977cc472113baf7
readerwriterqueue/1.0.6#aaa5ff6fac60c2aee591e9e51b063b83
span-lite/0.11.0#519fd49fff711674cfed8cd17d4ed422
-spdlog/1.13.0#2775cc949e26b339029a852785b6b276
-spdlog/1.13.0#8e88198fd5b9ee31d329431a6d0ccaa2
-zstd/1.5.5#b87dc3b185caa4b122979ac4ae8ef7e8

[generators]
CMakeDeps
-
-[options]
[options]
-boost*:system_no_deprecated=True
-boost*:asio_no_deprecated=True
-boost*:filesystem_no_deprecated=True
Expand Down
9 changes: 6 additions & 3 deletions recipes/hictk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "hictk" %}
{% set version = "0.0.10" %}
{% set sha256 = "0b2d60af73578b292317e5ab513f24965176f9852ceda29e8d02007a434588c3" %}
{% set version = "0.0.11" %}
{% set sha256 = "a06b674de2301918188d1c890a95aaa4d6164377ebaa44cc07efb77fd9eb654c" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -61,7 +61,10 @@ test:
- test/scripts/check_test_files_exist.sh
- test/scripts/compare_matrix_files.sh
- test/scripts/compare_plain_files.sh
- test/scripts/hictk_balance.sh
- test/scripts/compare_weights.py
- test/scripts/hictk_balance_ice.sh
- test/scripts/hictk_balance_scale.sh
- test/scripts/hictk_balance_vc.sh
- test/scripts/hictk_convert_hic2cool.sh
- test/scripts/hictk_convert_cool2hic.sh
- test/scripts/hictk_dump_cells.sh
Expand Down
4 changes: 3 additions & 1 deletion recipes/hictk/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ hictk="$(which hictk)"

# Run integration tests

test/scripts/hictk_balance.sh "$hictk"
test/scripts/hictk_balance_ice.sh "$hictk"
test/scripts/hictk_balance_scale.sh "$hictk"
test/scripts/hictk_balance_vc.sh "$hictk"

test/scripts/hictk_dump_chroms.sh "$hictk"
test/scripts/hictk_dump_bins.sh "$hictk"
Expand Down

0 comments on commit ed7d640

Please sign in to comment.