Skip to content

Commit

Permalink
Fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jan 20, 2021
1 parent 1da898b commit 533636b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 60 deletions.
5 changes: 5 additions & 0 deletions Retrieving HG38 files metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,11 @@
" \"string_biological_replicates\"\n",
"]).last().reset_index()\n",
"\n",
"filtered_combined[\"url\"] = [\n",
" url.replace(\"private\", \"public\")\n",
" for url in filtered_combined.url\n",
"]\n",
"\n",
"filtered_combined.to_csv(\"epigenomic_dataset/epigenomes_metadata/hg38.csv\", index=False)"
]
},
Expand Down
Loading

0 comments on commit 533636b

Please sign in to comment.