Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsantan authored Sep 22, 2023
1 parent a4449ed commit 414fca0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion metanetx_uniprot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code is reused from Biochem4j: https://github.com/neilswainston/biochem4j/tree/master/sbcdb

Access chemical, reaction, enzyme, and organism information from the following sources:
- libchebipy
- libchebipy (note, the _parsers.py file found in this repo must be updated for the libchebipy library at ~/libchebipy/_parsers.py)
- NCBITaxonomy
- MetaNetX
- Rhea
Expand All @@ -20,3 +20,12 @@ To run and only get reference proteome taxa that also exist in kg-microbe:
python build_taxa_ids.py ~/biochem4j 1
```
*Note, uses ncbitaxon.json (built from kg-microbe) which is expected to be in the Files directory.

To build the entire graph by combining all separate triples files, and creating a kgx format nodes file:
```
python combine_rels.py --directory ~/biochem4j/rels
python create_labels_file.py --directory ~/biochem4j/rels
```
This will output the following files:
- ~/biochem4j/rels/combined_kg.csv
- ~/biochem4j/combined_kgx_merged-kg_nodes.csv

0 comments on commit 414fca0

Please sign in to comment.