Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 27, 2023
1 parent 0672ab1 commit 060e2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/scripts/hictk_zoomify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ trap 'rm -rf -- "$outdir"' EXIT

"$hictk_bin" zoomify \
"$ref_cooler::/resolutions/${resolutions[0]}" \
"$outdir/out.mcool" \
--resolutions "${resolutions[@]}"
"$outdir/out.mcool"

for res in "${resolutions[@]}"; do
if ! compare_coolers \
Expand Down

0 comments on commit 060e2c8

Please sign in to comment.