Skip to content

Commit bd4a8d1

Browse files
committed
Update notebook
1 parent 66d97e0 commit bd4a8d1

File tree

1 file changed

+30
-40
lines changed

1 file changed

+30
-40
lines changed

docs/notebooks/base_sequence_quality.ipynb

Lines changed: 30 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 1,
13+
"execution_count": 14,
1414
"id": "58b40aa6",
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"name": "stderr",
19-
"output_type": "stream",
20-
"text": [
21-
"/home/jwinter/TBD/proj2/polars-bio/venv/lib/python3.12/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
22-
" from .autonotebook import tqdm as notebook_tqdm\n",
23-
"INFO:polars_bio:Creating BioSessionContext\n"
24-
]
25-
}
26-
],
16+
"outputs": [],
2717
"source": [
2818
"import pandas as pd\n",
2919
"\n",
@@ -40,7 +30,7 @@
4030
},
4131
{
4232
"cell_type": "code",
43-
"execution_count": 14,
33+
"execution_count": 15,
4434
"id": "b0d81403",
4535
"metadata": {},
4636
"outputs": [],
@@ -58,26 +48,26 @@
5848
},
5949
{
6050
"cell_type": "code",
61-
"execution_count": null,
51+
"execution_count": 16,
6252
"id": "0420c240",
6353
"metadata": {},
6454
"outputs": [
6555
{
6656
"name": "stdout",
6757
"output_type": "stream",
6858
"text": [
69-
" pos avg q1 median q3 lower upper\n",
70-
"88 0 32.548723 31.0 34.0 34.0 26.5 38.5\n",
71-
"46 1 32.719772 31.0 34.0 34.0 26.5 38.5\n",
72-
"99 2 32.789697 31.0 34.0 34.0 26.5 38.5\n",
73-
"75 3 36.162011 37.0 37.0 37.0 37.0 37.0\n",
74-
"84 4 36.122733 37.0 37.0 37.0 37.0 37.0\n",
75-
".. ... ... ... ... ... ... ...\n",
76-
"19 96 32.998462 34.0 35.0 35.0 32.5 36.5\n",
77-
"64 97 32.922582 33.0 35.0 35.0 30.0 38.0\n",
78-
"70 98 32.883908 33.0 35.0 35.0 30.0 38.0\n",
79-
"80 99 32.836223 33.0 35.0 35.0 30.0 38.0\n",
80-
"51 100 31.190304 30.0 34.0 35.0 22.5 42.5\n",
59+
" pos avg q1 median q3 lower upper\n",
60+
"46 0 30.135 31.0 33.0 34.0 26.5 38.5\n",
61+
"14 1 31.210 31.0 34.0 34.0 26.5 38.5\n",
62+
"54 2 32.015 31.0 34.0 34.0 26.5 38.5\n",
63+
"99 3 35.690 35.0 37.0 37.0 32.0 40.0\n",
64+
"7 4 35.680 35.0 37.0 37.0 32.0 40.0\n",
65+
".. ... ... ... ... ... ... ...\n",
66+
"95 96 31.315 32.0 34.0 35.0 27.5 39.5\n",
67+
"62 97 30.670 31.0 34.0 35.0 25.0 41.0\n",
68+
"67 98 31.550 32.0 34.0 35.0 27.5 39.5\n",
69+
"53 99 31.250 32.0 34.0 35.0 27.5 39.5\n",
70+
"55 100 31.105 31.0 34.0 35.0 25.0 41.0\n",
8171
"\n",
8272
"[101 rows x 7 columns]\n"
8373
]
@@ -98,7 +88,7 @@
9888
},
9989
{
10090
"cell_type": "code",
101-
"execution_count": 19,
91+
"execution_count": 17,
10292
"id": "7322aae3",
10393
"metadata": {},
10494
"outputs": [
@@ -145,7 +135,7 @@
145135
},
146136
{
147137
"cell_type": "code",
148-
"execution_count": 20,
138+
"execution_count": 18,
149139
"id": "66c3af24",
150140
"metadata": {},
151141
"outputs": [
@@ -182,7 +172,7 @@
182172
"└─────┴────────┴──────┴────────┴──────┴───────┴───────┘"
183173
]
184174
},
185-
"execution_count": 20,
175+
"execution_count": 18,
186176
"metadata": {},
187177
"output_type": "execute_result"
188178
}
@@ -201,7 +191,7 @@
201191
},
202192
{
203193
"cell_type": "code",
204-
"execution_count": 21,
194+
"execution_count": 19,
205195
"id": "a2cb9c97",
206196
"metadata": {},
207197
"outputs": [
@@ -238,7 +228,7 @@
238228
"└─────┴────────┴──────┴────────┴──────┴───────┴───────┘"
239229
]
240230
},
241-
"execution_count": 21,
231+
"execution_count": 19,
242232
"metadata": {},
243233
"output_type": "execute_result"
244234
}
@@ -257,7 +247,7 @@
257247
},
258248
{
259249
"cell_type": "code",
260-
"execution_count": 22,
250+
"execution_count": 20,
261251
"id": "1899ca01",
262252
"metadata": {},
263253
"outputs": [
@@ -279,7 +269,7 @@
279269
"name": "stderr",
280270
"output_type": "stream",
281271
"text": [
282-
"200rows [00:00, 211459.74rows/s]\n"
272+
"200rows [00:00, 212477.41rows/s]\n"
283273
]
284274
},
285275
{
@@ -315,7 +305,7 @@
315305
"└─────┴────────┴──────┴────────┴──────┴───────┴───────┘"
316306
]
317307
},
318-
"execution_count": 22,
308+
"execution_count": 20,
319309
"metadata": {},
320310
"output_type": "execute_result"
321311
}
@@ -336,7 +326,7 @@
336326
},
337327
{
338328
"cell_type": "code",
339-
"execution_count": 23,
329+
"execution_count": 21,
340330
"id": "7830b8aa",
341331
"metadata": {},
342332
"outputs": [
@@ -345,7 +335,7 @@
345335
"output_type": "stream",
346336
"text": [
347337
"INFO:polars_bio:Table: example registered for path: ./example.fastq\n",
348-
"200rows [00:00, 182877.87rows/s]"
338+
"200rows [00:00, 177236.59rows/s]"
349339
]
350340
},
351341
{
@@ -395,7 +385,7 @@
395385
"└─────┴────────┴──────┴────────┴──────┴───────┴───────┘"
396386
]
397387
},
398-
"execution_count": 23,
388+
"execution_count": 21,
399389
"metadata": {},
400390
"output_type": "execute_result"
401391
}
@@ -417,7 +407,7 @@
417407
},
418408
{
419409
"cell_type": "code",
420-
"execution_count": 24,
410+
"execution_count": 22,
421411
"id": "56817174",
422412
"metadata": {},
423413
"outputs": [
@@ -426,7 +416,7 @@
426416
"output_type": "stream",
427417
"text": [
428418
"INFO:polars_bio:Table: example registered for path: ./example.fastq\n",
429-
"200rows [00:00, 193508.84rows/s]"
419+
"200rows [00:00, 74651.67rows/s]"
430420
]
431421
},
432422
{
@@ -476,7 +466,7 @@
476466
"└─────┴────────┴──────┴────────┴──────┴───────┴───────┘"
477467
]
478468
},
479-
"execution_count": 24,
469+
"execution_count": 22,
480470
"metadata": {},
481471
"output_type": "execute_result"
482472
}

0 commit comments

Comments
 (0)