Skip to content

Commit 7a852f0

Browse files
committed
Fixed broken pipe
1 parent 761f94d commit 7a852f0

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

module_notebooks/04-visualization.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,11 @@
259259
"metadata": {},
260260
"outputs": [],
261261
"source": [
262-
"!grep \"^P.S288C_chrVIII\" graphs/yprp.chrVIII.pggb.gfa | sed 's/+,/\\n/g' | awk '$1>=7200 && $1 <=7800{print}' > graphs/S288C_CUP1_subpath.txt\n",
262+
"%%bash\n",
263263
"\n",
264-
"!head graphs/S288C_CUP1_subpath.txt"
264+
"grep \"^P.S288C_chrVIII\" graphs/yprp.chrVIII.pggb.gfa | sed 's/+,/\\n/g' | awk '$1>=7200 && $1 <=7800{print}' > graphs/S288C_CUP1_subpath.txt\n",
265+
"\n",
266+
"head graphs/S288C_CUP1_subpath.txt"
265267
]
266268
},
267269
{
@@ -392,6 +394,12 @@
392394
}
393395
],
394396
"metadata": {
397+
"environment": {
398+
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
399+
"name": "workbench-notebooks.m127",
400+
"type": "gcloud",
401+
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m127"
402+
},
395403
"kernelspec": {
396404
"display_name": "nigms-pangenomics",
397405
"language": "python",

0 commit comments

Comments
 (0)