Skip to content

Commit 057bb27

Browse files
committed
added more times
1 parent d647db1 commit 057bb27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"cell_type": "markdown",
259259
"metadata": {},
260260
"source": [
261-
"2. Now, we can augment the graph with the mapped reads using `vg augment`. This will embed the variation from the alignments back into the graph.\n",
261+
"2. Now, we can augment the graph with the mapped reads using `vg augment`. This will embed the variation from the alignments back into the graph. This may take up to an hour to complete.\n",
262262
"\n",
263263
"The parameters:\n",
264264
"\n",
@@ -283,7 +283,7 @@
283283
"cell_type": "markdown",
284284
"metadata": {},
285285
"source": [
286-
"3. Next, index the augmented graph using `vg index`. We will make a .xg index.\n",
286+
"3. Next, index the augmented graph using `vg index`. We will make a .xg index. This will take about 5 minutes.\n",
287287
"\n",
288288
"The parameters:\n",
289289
"\n",
@@ -307,7 +307,7 @@
307307
"cell_type": "markdown",
308308
"metadata": {},
309309
"source": [
310-
"4. Now that the variation from the reads is embedded into the graph along with the original variants, we can procede to call variants like we did above by computing read support as we show below. "
310+
"4. Now that the variation from the reads is embedded into the graph along with the original variants, we can procede to call variants like we did above by computing read support as we show below. This will take about 17 minutes."
311311
]
312312
},
313313
{
@@ -323,7 +323,7 @@
323323
"cell_type": "markdown",
324324
"metadata": {},
325325
"source": [
326-
"5. Then, we generate a VCF from the support."
326+
"5. Then, we generate a VCF from the support. This will take about 20 minutes."
327327
]
328328
},
329329
{

0 commit comments

Comments
 (0)