diff --git a/recipes/hictk/conanfile.txt.patch b/recipes/hictk/conanfile.txt.patch index 3e89ed9ffc3b1..b2752bd88fd25 100644 --- a/recipes/hictk/conanfile.txt.patch +++ b/recipes/hictk/conanfile.txt.patch @@ -1,18 +1,18 @@ 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 @@ -20,13 +20,13 @@ index 0fc36a2..5577407 100644 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 diff --git a/recipes/hictk/meta.yaml b/recipes/hictk/meta.yaml index 6ae4433671ca6..ebcfbb7c853f1 100644 --- a/recipes/hictk/meta.yaml +++ b/recipes/hictk/meta.yaml @@ -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 }} @@ -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 diff --git a/recipes/hictk/run_test.sh b/recipes/hictk/run_test.sh index 9d039acef9489..40324b44eca22 100755 --- a/recipes/hictk/run_test.sh +++ b/recipes/hictk/run_test.sh @@ -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"