Skip to content

Commit af02187

Browse files
committed
Listed the distances to use in the visualization of the original and augmented graph in 07; made sure Bandage was capitalized for consistency.
1 parent 219fe93 commit af02187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module_notebooks/07-variant-calling-with-vg.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
"cell_type": "markdown",
628628
"metadata": {},
629629
"source": [
630-
"2. Then visualize the CUP1 region in bandage for the original graph (yprp.chrVIII.pggb.gfa) and the augmented graph (SK1xyprp.chrVIII.pggb.aug.gfa).\n",
630+
"2. Then visualize the CUP1 region in Bandage for the original graph (yprp.chrVIII.pggb.gfa) and the augmented graph (SK1xyprp.chrVIII.pggb.aug.gfa). In Bandage, under graph drawing, 100 is a good distance to use for the original graph and 200 for the augmented graphs. These distances will ensure that you extend far enough out from the BLAST hits so that the region is fully connected.\n",
631631
"\n",
632632
"<div class=\"alert alert-block alert-info\"> <b>NOTE:</b> The augmented graph is much bigger and it will have difficulty loading the entire chrVIII graph. So, before drawing the graph, BLAST the genes, then change the \"Scope\" to \"Around query hits,\" and change \"Distance\" to 200 for the augmented graph. Finally, click \"Draw Graph\" to apply these changes.</div>\n"
633633
]

0 commit comments

Comments
 (0)