Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent cc9fab1 commit 48d3027
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scrna/cellassign_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import numpy as np\n",
"import scanpy as sc\n",
"import scvi\n",
"import seaborn as sns\n",
Expand Down Expand Up @@ -262,10 +261,10 @@
}
],
"source": [
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \"+sce_follicular_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \"+sce_hgsc_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \"+hgsc_celltype_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \"+fl_celltype_path)"
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \" + sce_follicular_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \" + sce_hgsc_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \" + hgsc_celltype_path)\n",
"os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \" + fl_celltype_path)"
]
},
{
Expand Down

0 comments on commit 48d3027

Please sign in to comment.