From 10261f8d29cb9cfb0b1f485067ba8f4a0f3a5bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelly=20S=C3=A9lem?= Date: Sat, 6 Apr 2024 12:35:22 -0600 Subject: [PATCH] Update 03-horizontalGeneTransfer-TDA.md --- _episodes/03-horizontalGeneTransfer-TDA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-horizontalGeneTransfer-TDA.md b/_episodes/03-horizontalGeneTransfer-TDA.md index d018dcb..a84aaaa 100644 --- a/_episodes/03-horizontalGeneTransfer-TDA.md +++ b/_episodes/03-horizontalGeneTransfer-TDA.md @@ -368,7 +368,7 @@ for understanding bacterial evolution and antibiotic resistance. > ~~~ -link="/home/jupyter-shaday/Tda_streptococcus/agalactiae_card_full.tsv" +link="https://raw.githubusercontent.com/carpentries-incubator/topological-data-analysis/gh-pages/files/agalactiae_card_full.tsv" # Load the dataframe with the new link df_new = pd.read_csv(link, sep='\t') # Transpose the dataframe such that column names become row indices and row indices become column names