Skip to content

Commit

Permalink
Fixed click for help cell, explained gam, fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joannmudge committed Feb 10, 2025
1 parent 8c9133f commit c09ad22
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions module_notebooks/04-read-mapping-with-vg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,8 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"<details>\n",
"<summary>Click for help</summary>\n",
Expand Down Expand Up @@ -283,11 +281,12 @@
"-x the graph to use \n",
"-b stdout is in bam format \n",
"-t the number of threads to use \n",
"-p path to surject into\n",
"-p path to surject into \n",
"Graph alignment file (gam)\n",
"\n",
"We will redirect the output into a bam file.\n",
"\n",
"We'll surget variants onto S288C_chrVIII."
"We'll surject variants onto S288C_chrVIII."
]
},
{
Expand Down Expand Up @@ -370,6 +369,12 @@
}
],
"metadata": {
"environment": {
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
"name": "workbench-notebooks.m127",
"type": "gcloud",
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m127"
},
"kernelspec": {
"display_name": "nigms-pangenomics",
"language": "python",
Expand Down

0 comments on commit c09ad22

Please sign in to comment.