Skip to content

Commit

Permalink
Update uniprot
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 4, 2024
1 parent f1057cb commit b2472d6
Show file tree
Hide file tree
Showing 15 changed files with 1,206,913 additions and 5,264,133 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def _make(
else:
tqdm.write(f"[{prefix}] done converting to OWL")

tqdm.write(f"[{prefix}] outputting OBO Graph JSON")
try:
tqdm.write(f"[{prefix}] converting to OBO Graph JSON")
convert(obo_path, obo_graph_json_path, merge=False, reason=False, debug=True)
_, rv["obograph"] = _prepare_art(prefix, obo_graph_json_path, has_version, ".json.gz")
except subprocess.CalledProcessError as e:
Expand Down
12 changes: 6 additions & 6 deletions docs/_data/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,11 @@ resources:
xrefs: 635637
uniprot:
nodes:
gzipped: true
iri: https://w3id.org/biopragmatics/resources/uniprot/uniprot.tsv.gz
path: uniprot/uniprot.tsv.gz
version_iri: https://w3id.org/biopragmatics/resources/uniprot/2024_05/uniprot.tsv.gz
version_path: uniprot/2024_05/uniprot.tsv.gz
gzipped: false
iri: https://w3id.org/biopragmatics/resources/uniprot/uniprot.tsv
path: uniprot/uniprot.tsv
version_iri: https://w3id.org/biopragmatics/resources/uniprot/2024_05/uniprot.tsv
version_path: uniprot/2024_05/uniprot.tsv
obo:
gzipped: true
iri: https://w3id.org/biopragmatics/resources/uniprot/uniprot.obo.gz
Expand All @@ -1053,7 +1053,7 @@ resources:
version_path: uniprot/2024_05/uniprot.sssom.tsv
summary:
alts: 0
definitions: 469043
definitions: 0
parents: 0
properties: 572214
references: 1136558
Expand Down
Binary file added export/uniprot/2024_05/uniprot.json.gz
Binary file not shown.
Binary file added export/uniprot/2024_05/uniprot.obo.gz
Binary file not shown.
Binary file added export/uniprot/2024_05/uniprot.owl.gz
Binary file not shown.
315,075 changes: 315,075 additions & 0 deletions export/uniprot/2024_05/uniprot.sssom.tsv

Large diffs are not rendered by default.

Loading

0 comments on commit b2472d6

Please sign in to comment.