Skip to content

Commit

Permalink
fix: git lfs untrack 'src/static_data/**/*.json*' (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Mar 6, 2023
1 parent 8808211 commit fa1af68
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
src/static_data/**/*.json* filter=lfs diff=lfs merge=lfs -text
tests/data/*.gz filter=lfs diff=lfs merge=lfs -text
tests/data/*/*.gz filter=lfs diff=lfs merge=lfs -text
tests/data/*.fasta filter=lfs diff=lfs merge=lfs -text
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1.3.0
- uses: Swatinem/rust-cache@v2

- name: Run cargo-tarpaulin with fast tests
uses: actions-rs/[email protected]
Expand Down
Binary file modified src/static_data/_data/CHM1_1.0.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/CHM1_1.1.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p10.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p11.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p12.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p13.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p2.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p5.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh37.p9.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p1.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p10.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p11.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p12.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p2.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p3.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p4.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p5.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p6.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p7.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p8.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/GRCh38.p9.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/NCBI33.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/NCBI34.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/NCBI35.json.gz
Binary file not shown.
Binary file modified src/static_data/_data/NCBI36.json.gz
Binary file not shown.

0 comments on commit fa1af68

Please sign in to comment.