Skip to content

Commit

Permalink
Bumped version of Uniprot mapping file and pharos class file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynbeck-sage committed Dec 18, 2024
1 parent e33f0a0 commit 361a8bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ datasets:
id: syn51942280.4
format: csv
- name: ensg_to_uniprot_mapping
id: syn54113663.3
id: syn54113663.5
format: tsv
- name: pharos_classes
id: syn64123611.1
id: syn64123611.2
format: csv
final_format: json
custom_transformations:
Expand Down Expand Up @@ -203,8 +203,8 @@ datasets:
- syn27211878.2
- *genes_biodomains_provenance
- syn51942280.4
- syn54113663.3
- syn64123611.1
- syn54113663.5
- syn64123611.2
agora_rename:
symbol: hgnc_symbol
destination: *dest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"source": [
"ensembl_ids = preprocessing_utils.get_all_adt_ensembl_ids(\n",
" config_filename=config_filename,\n",
" exclude_files=[\"gene_metadata\", \"druggability\"],\n",
" exclude_files=[\"gene_metadata\", \"ensg_to_uniprot_mapping\"],\n",
")\n",
"print(\"\")\n",
"print(str(len(ensembl_ids)) + \" Ensembl IDs found.\")"
Expand Down Expand Up @@ -125,6 +125,8 @@
"mapping[\"OPTIONAL_INFORMATION\"].loc[\n",
" mapping[\"RESOURCE_IDENTIFIER\"].isin(targets_df[\"ensembl_gene_id\"])\n",
"] = nomination_string\n",
"\n",
"mapping = mapping.sort_values(by=\"RESOURCE_IDENTIFIER\")\n",
"mapping"
]
},
Expand Down
8 changes: 4 additions & 4 deletions test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ datasets:
id: syn51942280.4
format: csv
- name: ensg_to_uniprot_mapping
id: syn54113663.3
id: syn54113663.5
format: tsv
- name: pharos_classes
id: syn64123611.1
id: syn64123611.2
format: csv
final_format: json
custom_transformations:
Expand Down Expand Up @@ -203,8 +203,8 @@ datasets:
- syn27211878.2
- *genes_biodomains_provenance
- syn51942280.4
- syn54113663.3
- syn64123611.1
- syn54113663.5
- syn64123611.2
agora_rename:
symbol: hgnc_symbol
destination: *dest
Expand Down

0 comments on commit 361a8bb

Please sign in to comment.