Skip to content

Commit

Permalink
Update test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 17, 2024
1 parent 7ecb3e9 commit 0fd1c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/FetchTestDataset.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# cmake-format: off
file(
DOWNLOAD https://zenodo.org/records/10289491/files/hictk_test_data.tar.xz?download=1
EXPECTED_HASH SHA256=5e69dceb8789d923a38aed7add8fc18abfdfe531aea6effcdb7efe3c9bcf5246
DOWNLOAD https://zenodo.org/records/10522583/files/hictk_test_data.tar.xz?download=1
EXPECTED_HASH SHA256=3baccfdb7556d303d405265291be9935e3f5c3a9096fe0844e645dccae1f704a
"${PROJECT_SOURCE_DIR}/test/data/hictk_test_data.tar.xz")
# cmake-format: on

Expand Down
2 changes: 1 addition & 1 deletion docs/installation_src.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Example:
cd /tmp/hictk
# Make sure this is the URL listed in file cmake/FetchTestDataset.cmake
curl -L 'https://zenodo.org/record/8143316/files/hictk_test_data.tar.xz?download=1' | tar -xJf -
curl -L 'https://zenodo.org/records/10522583/files/hictk_test_data.tar.xz?download=1' | tar -xJf -
# This should print "OK" if the check is successful
(cd test/data && sha256sum --quiet -c checksums.sha256 && 2>&1 echo OK)
Expand Down

0 comments on commit 0fd1c23

Please sign in to comment.