Skip to content

Commit 801f7cc

Browse files
committed
Try %%bash
1 parent dddc908 commit 801f7cc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/examples/gwas_tutorial.ipynb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,23 +101,24 @@
101101
},
102102
{
103103
"cell_type": "code",
104-
"execution_count": 4,
105-
"id": "69cddb00-63fa-4dbc-8d50-5a5859e1c42d",
104+
"execution_count": 6,
105+
"id": "78effc1d-b45e-4af5-85ae-e0e7a40ca049",
106106
"metadata": {},
107107
"outputs": [
108108
{
109-
"name": "stdout",
109+
"name": "stderr",
110110
"output_type": "stream",
111111
"text": [
112-
" Scan: 0%| | 0.00/1.00 [00:00<?, ?files/s][W::bcf_hdr_check_sanity] PL should be declared as Number=G\n",
113-
" Scan: 100%|███████████████████████████| 1.00/1.00 [00:01<00:00, 1.00s/files]\n",
114-
" Explode: 0%| | 0.00/10.9k [00:00<?, ?vars/s][W::bcf_hdr_check_sanity] PL should be declared as Number=G\n",
115-
" Explode: 100%|███████████████████████████| 10.9k/10.9k [00:19<00:00, 548vars/s]\n"
112+
" Scan: 0%| | 0.00/1.00 [00:00<?, ?files/s][W::bcf_hdr_check_sanity] PL should be declared as Number=G\n",
113+
" Scan: 100%|██████████| 1.00/1.00 [00:00<00:00, 1.05files/s]\n",
114+
" Explode: 0%| | 0.00/10.9k [00:00<?, ?vars/s][W::bcf_hdr_check_sanity] PL should be declared as Number=G\n",
115+
" Explode: 100%|██████████| 10.9k/10.9k [00:20<00:00, 541vars/s]\n"
116116
]
117117
}
118118
],
119119
"source": [
120-
"! vcf2zarr explode --force 1kg.vcf.bgz 1kg.icf"
120+
"%%bash\n",
121+
"vcf2zarr explode --force 1kg.vcf.bgz 1kg.icf"
121122
]
122123
},
123124
{

0 commit comments

Comments
 (0)