Skip to content

Commit

Permalink
Update algorithms/versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Oct 18, 2022
1 parent e1af98c commit d36e5b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data/patterns_%.json: data/patterns_%.csv
data/%.json: data/%.yml
@pipenv run python scripts/yaml2json.py $<

data: data/*csv data/*.json data/apobecs/*.json data/apobecs-hiv2/*.json data/aapcnt/*.json
data: data/*csv data/*.json data/algorithms/*.json data/apobecs/*.json data/apobecs-hiv2/*.json data/aapcnt/*.json

refresh-yamls:
@pipenv run python scripts/yaml2json.py
Expand Down
15 changes: 15 additions & 0 deletions data/algorithms/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,21 @@
"30",
"2019-11-01",
"HIV1"
],
[
"31",
"2020-12-01",
"HIV1"
],
[
"32",
"2021-10-01",
"HIV1"
],
[
"33",
"2022-10-01",
"HIV1"
]
],
"Rega": [
Expand Down

0 comments on commit d36e5b0

Please sign in to comment.