Skip to content

Commit

Permalink
Point rust-toolbox deps to enclone_ranger (#520)
Browse files Browse the repository at this point in the history
* Point rust-toolbox crates at enclone_ranger.
* Check in compressed versions of supp regions.
* Update reference build call to use local/compressed supp_regions.fa files.
  • Loading branch information
macklin-10x authored Feb 28, 2024
1 parent 627f2e2 commit cbfad26
Show file tree
Hide file tree
Showing 20 changed files with 297 additions and 246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: >
git rev-list --objects ${{github.event.pull_request.base.sha}}..
| git cat-file --batch-check='%(objectname) %(objecttype) %(objectsize) %(rest)'
| awk '$2 == "blob" && $3 >= 1600000 { print substr($1, 1, 7), $3, $4; fail=1 } END { exit fail }'
| awk '$2 == "blob" && $3 >= 4194304 { print substr($1, 1, 7), $3, $4; fail=1 } END { exit fail }'
- name: Remove the Cargo target directory
if: github.ref == 'refs/heads/master'
run: cargo clean
Expand Down
Loading

0 comments on commit cbfad26

Please sign in to comment.