Skip to content

Commit 48d3027

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc9fab1 commit 48d3027

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scrna/cellassign_tutorial.ipynb

+4-5
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
"\n",
138138
"import matplotlib.pyplot as plt\n",
139139
"import pandas as pd\n",
140-
"import numpy as np\n",
141140
"import scanpy as sc\n",
142141
"import scvi\n",
143142
"import seaborn as sns\n",
@@ -262,10 +261,10 @@
262261
}
263262
],
264263
"source": [
265-
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \"+sce_follicular_path)\n",
266-
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \"+sce_hgsc_path)\n",
267-
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \"+hgsc_celltype_path)\n",
268-
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \"+fl_celltype_path)"
264+
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \" + sce_follicular_path)\n",
265+
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \" + sce_hgsc_path)\n",
266+
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \" + hgsc_celltype_path)\n",
267+
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \" + fl_celltype_path)"
269268
]
270269
},
271270
{

0 commit comments

Comments
 (0)