Skip to content

Commit

Permalink
small changes to reader functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kataikko committed Sep 7, 2023
1 parent 4db31a0 commit 08a759b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions db/scripts/read/read_ensembl.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ def _reformat_ensembl_term_file(df: pd.DataFrame, file_name: str):
"Mus_musculus.GRCm39.109.uniprot",
"TFCheckpoint_download_180515",
"lost_correlations_symbols",
"Homo_sapiens.GRCh38.110.ena.tsv",
"Homo_sapiens.GRCh38.110.entrez.tsv",
"Homo_sapiens.GRCh38.110.refseq.tsv",
"Homo_sapiens.GRCh38.110.uniprot.tsv",
"Homo_sapiens.GRCh38.110.ena",
"Homo_sapiens.GRCh38.110.entrez",
"Homo_sapiens.GRCh38.110.refseq",
"Homo_sapiens.GRCh38.110.uniprot",
]
functions = [
_reformat_entrez,
Expand Down
4 changes: 2 additions & 2 deletions db/scripts/read/read_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def _reformat_string_file(df: pd.DataFrame, file_name: str):
"protein.info.v11.5",
"string_SYMBOL_ENSEMBL",
"difference",
"9606.protein.links.v11.5",
"9606.protein.info.v11.5",
"9606.protein.links.v12.0",
"9606.protein.info.v12.0",
]
functions = [
_reformat_string_links,
Expand Down

0 comments on commit 08a759b

Please sign in to comment.