Skip to content

Commit

Permalink
Fix byte offset tracking in text-based libraries and switch externall…
Browse files Browse the repository at this point in the history
…y managed mzpaf library (#75)

* Shift to using externally controlled mzpaf library

* Fix read seeking and byte the bullet for offset tracking

* schema moved
  • Loading branch information
mobiusklein authored Jan 26, 2024
1 parent af6685f commit 70a2330
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install jsonschema==3.2.0
- name: Get JSON Schema schema
run: |
curl http://json-schema.org/draft-07/schema# -o schema-draft-07.json
curl -k -L http://json-schema.org/draft-07/schema# -o schema-draft-07.json
- name: Validate peak annotation schema
run: |
jsonschema \
Expand Down
Loading

0 comments on commit 70a2330

Please sign in to comment.