Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ build/dla.fasta: | build
update-seqs: src/update_seqs.py ontology/chain-sequence.tsv build/hla.fasta build/sla.fasta build/dla.fasta
python3 $^

build/hla_prot.fasta: | build
curl -o $@ -L https://raw.githubusercontent.com/ANHIG/IMGTHLA/Latest/hla_prot.fasta

build/AlleleList.txt: | build
curl -o $@ -L https://raw.githubusercontent.com/ANHIG/IMGTHLA/Latest/Allelelist.txt

.PHONY: update-alleles
update-alleles: src/check_missing_alleles.py ontology/chain-sequence.tsv ontology/chain.tsv ontology/molecule.tsv ontology/genetic-locus.tsv index.tsv build/hla_prot.fasta build/AlleleList.txt
python3 $^

### OWL Files

Expand Down
34,626 changes: 34,550 additions & 76 deletions index.tsv

Large diffs are not rendered by default.

821,285 changes: 821,033 additions & 252 deletions mro.owl

Large diffs are not rendered by default.

15,393 changes: 15,355 additions & 38 deletions ontology/chain-sequence.tsv

Large diffs are not rendered by default.

Loading