Skip to content

Commit

Permalink
Fixed output file path and addressed SonarCloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynbeck-sage committed Nov 20, 2024
1 parent 494405a commit 8e2325b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
" how=\"inner\",\n",
" left_on=\"uniprot_id\",\n",
" right_on=\"UniProtKB_accession\",\n",
" validate=\"one_to_many\",\n",
").rename(columns={\"RESOURCE_IDENTIFIER\": \"ensembl_gene_id\"})\n",
"\n",
"final_df = final_df[\n",
Expand All @@ -536,7 +537,7 @@
"metadata": {},
"outputs": [],
"source": [
"final_df.to_csv(\"../output/pharos_classes.csv\", index=False)"
"final_df.to_csv(\"../../output/pharos_classes.csv\", index=False)"
]
}
],
Expand Down

0 comments on commit 8e2325b

Please sign in to comment.