Skip to content

Commit

Permalink
Add patterns_hiv1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Aug 30, 2022
1 parent cc952ee commit cc76791
Show file tree
Hide file tree
Showing 2 changed files with 141,245 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ data/aapcnt/rx-all_subtype-%.json: data/aapcnt/rx-all_subtype-%.csv
data/patterns_hiv1.csv: scripts/export_patterns.py
@pipenv run python scripts/export_patterns.py $@

# data/patterns_%.json: data/patterns_%.csv
# @pipenv run python scripts/csv2json.py $<
data/patterns_%.json: data/patterns_%.csv
@pipenv run python scripts/csv2json.py $<

data/%.json: data/%.yml
@pipenv run python scripts/yaml2json.py $<

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

refresh-yamls:
@pipenv run python scripts/yaml2json.py
Expand Down
Loading

0 comments on commit cc76791

Please sign in to comment.