Skip to content

Commit 42c42ce

Browse files
author
github-action
committed
Github Action: Lint Notebooks
1 parent ccbb6b8 commit 42c42ce

1 file changed

Lines changed: 9 additions & 48 deletions

File tree

module_notebooks/00-environment-setup.ipynb

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,9 @@
6666
},
6767
{
6868
"cell_type": "code",
69-
"execution_count": 2,
70-
"metadata": {},
71-
"outputs": [
72-
{
73-
"name": "stdout",
74-
"output_type": "stream",
75-
"text": [
76-
"nigms-pangenomics\n"
77-
]
78-
}
79-
],
69+
"execution_count": null,
70+
"metadata": {},
71+
"outputs": [],
8072
"source": [
8173
"import sys\n",
8274
"import os\n",
@@ -107,17 +99,9 @@
10799
},
108100
{
109101
"cell_type": "code",
110-
"execution_count": 1,
111-
"metadata": {},
112-
"outputs": [
113-
{
114-
"name": "stdout",
115-
"output_type": "stream",
116-
"text": [
117-
"Python 3.12.10\n"
118-
]
119-
}
120-
],
102+
"execution_count": null,
103+
"metadata": {},
104+
"outputs": [],
121105
"source": [
122106
"%%bash\n",
123107
"python --version"
@@ -146,26 +130,9 @@
146130
},
147131
{
148132
"cell_type": "code",
149-
"execution_count": 3,
150-
"metadata": {},
151-
"outputs": [
152-
{
153-
"name": "stdout",
154-
"output_type": "stream",
155-
"text": [
156-
"pggb 0.7.4\n",
157-
"vg version v1.63.1 \"Boccaleone\"\n",
158-
"Compiled with g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 on Linux\n",
159-
"Linked against libstd++ 20230528\n",
160-
"Using HTSlib headers 101990, library 1.19.1-29-g3cfe8769\n",
161-
"Built by anovak@mustard\n",
162-
"gfa.h: 0.5-r234\n",
163-
"gfatools: 0.4-r214-dirty\n",
164-
"blastn: 2.16.0+\n",
165-
" Package: blast 2.16.0, build Jun 25 2024 08:58:03\n"
166-
]
167-
}
168-
],
133+
"execution_count": null,
134+
"metadata": {},
135+
"outputs": [],
169136
"source": [
170137
"%%bash\n",
171138
"pggb --version\n",
@@ -208,12 +175,6 @@
208175
}
209176
],
210177
"metadata": {
211-
"environment": {
212-
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
213-
"name": "workbench-notebooks.m129",
214-
"type": "gcloud",
215-
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m129"
216-
},
217178
"kernelspec": {
218179
"display_name": "nigms-pangenomics (Local)",
219180
"language": "python",

0 commit comments

Comments
 (0)