Skip to content

Commit

Permalink
Updated metaG notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtibochab committed Sep 12, 2024
1 parent 6711ebc commit d14487b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/08-metagenomics/metaG_analysis_wol1_sub1m.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"metadata": {},
"outputs": [],
"source": [
"feature_table <- read.table(file = \"../metag_tutorial_out/features/MI_10_metaG.tsv\", sep = \"\\t\", header = T, row.names = 1, \n",
"feature_table <- read.table(file = \"./metag_tutorial_out/features/MI_10_metaG.tsv\", sep = \"\\t\", header = T, row.names = 1, \n",
" skip = 0, comment.char = \"\")\n",
"taxonomy <- df\n",
"metadata <- md"
Expand Down Expand Up @@ -349,7 +349,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "r_env",
"display_name": "R env",
"language": "R",
"name": "r_env"
},
Expand All @@ -359,7 +359,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "4.3.3"
"version": "4.3.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d14487b

Please sign in to comment.