Skip to content

Commit

Permalink
Updated string_ppi dict output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta committed Jan 14, 2025
1 parent 198e651 commit 124f336
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pyBiodatafuse/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,13 @@
INCHI = "InChI"

# STRING
STRING_OUTPUT_DICT = {"stringdb_link_to": str, STRING_GENE_INPUT_ID: str, "score": float}
STRING_OUTPUT_DICT = {
"stringdb_link_to": str,
STRING_GENE_INPUT_ID: str,
"score": float,
"Uniprot-TrEMBL": str,
"Uniprot-TrEMBL_link": str
}


""" Node and edge main lable and attributes for each data source """
Expand Down

0 comments on commit 124f336

Please sign in to comment.