Skip to content

Commit 08a490e

Browse files
committed
Merged changes
2 parents 042bba7 + 25d6783 commit 08a490e

2 files changed

Lines changed: 7 additions & 44 deletions

File tree

module_notebooks/01-intro-to-pangenomics.ipynb

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -238,32 +238,9 @@
238238
},
239239
{
240240
"cell_type": "code",
241-
"execution_count": 1,
241+
"execution_count": null,
242242
"metadata": {},
243-
"outputs": [
244-
{
245-
"data": {
246-
"text/html": [
247-
"\n",
248-
" <iframe\n",
249-
" width=\"800\"\n",
250-
" height=\"400\"\n",
251-
" src=\"../html/quiz_pangenomes.html\"\n",
252-
" frameborder=\"0\"\n",
253-
" allowfullscreen\n",
254-
" \n",
255-
" ></iframe>\n",
256-
" "
257-
],
258-
"text/plain": [
259-
"<IPython.lib.display.IFrame at 0x7f2dee2f42f0>"
260-
]
261-
},
262-
"execution_count": 1,
263-
"metadata": {},
264-
"output_type": "execute_result"
265-
}
266-
],
243+
"outputs": [],
267244
"source": [
268245
"from IPython.display import IFrame\n",
269246
"IFrame('../html/quiz_pangenomes.html', width=800, height=400)"
@@ -292,12 +269,6 @@
292269
}
293270
],
294271
"metadata": {
295-
"environment": {
296-
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
297-
"name": "workbench-notebooks.m129",
298-
"type": "gcloud",
299-
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m129"
300-
},
301272
"kernelspec": {
302273
"display_name": "nigms-pangenomics (Local)",
303274
"language": "python",

module_notebooks/02-building-graphs-with-pggb.ipynb

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,19 +1124,11 @@
11241124
},
11251125
{
11261126
"cell_type": "code",
1127-
"execution_count": 26,
1127+
"execution_count": 28,
11281128
"metadata": {},
1129-
"outputs": [
1130-
{
1131-
"name": "stdout",
1132-
"output_type": "stream",
1133-
"text": [
1134-
"sed: -e expression #1, char 17: unknown command: `o'\n"
1135-
]
1136-
}
1137-
],
1129+
"outputs": [],
11381130
"source": [
1139-
"!sed -n '/pggb -i graphs/output_allchrs/,$p' graphs/output_allchrs/*.log > graphs/run-pggb-partitions.sh\n",
1131+
"!sed -n '/pggb -i graphs\\/output_allchrs/,$p' graphs/output_allchrs/*.log > graphs/run-pggb-partitions.sh\n",
11401132
"!chmod +x graphs/run-pggb-partitions.sh"
11411133
]
11421134
},
@@ -1156,7 +1148,7 @@
11561148
},
11571149
{
11581150
"cell_type": "code",
1159-
"execution_count": null,
1151+
"execution_count": 29,
11601152
"metadata": {},
11611153
"outputs": [],
11621154
"source": [
@@ -1325,7 +1317,7 @@
13251317
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m129"
13261318
},
13271319
"kernelspec": {
1328-
"display_name": "nigms-pangenomics (Local) (Local)",
1320+
"display_name": "nigms-pangenomics (Local)",
13291321
"language": "python",
13301322
"name": "conda-env-nigms-pangenomics-nigms-pangenomics"
13311323
},

0 commit comments

Comments
 (0)