Skip to content

Commit 7012ec3

Browse files
Merge pull request #73 from MannLabs/update_documentation
Update documentation
2 parents 0d8fac3 + 466ded6 commit 7012ec3

File tree

158 files changed

+9290
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+9290
-354
lines changed

docs/doctrees/environment.pickle

0 Bytes
Binary file not shown.

docs/doctrees/nbsphinx/pages/tools/parsing/example_parsing_notebook.ipynb

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,19 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 2,
66
"id": "9f0c563a-3f1b-4b1c-8738-1b29c4a94375",
77
"metadata": {},
8-
"outputs": [
9-
{
10-
"name": "stderr",
11-
"output_type": "stream",
12-
"text": [
13-
"WARNING:root:Temp mmap arrays are written to /tmp/temp_mmap_bl8redu9. Cleanup of this folder is OS dependant, and might need to be triggered manually!\n",
14-
"/fs/home/maedler/.local/miniconda3/envs/SPARCS_complete/lib/python3.11/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",
15-
" from .autonotebook import tqdm as notebook_tqdm\n"
16-
]
17-
}
18-
],
8+
"outputs": [],
199
"source": [
2010
"import os\n",
21-
"from sparcstools.parse import PhenixParser"
11+
"os.environ['JAVA_HOME'] = \"/Users/sophia/mambaforge/envs/scPortrait/lib/jvm\"\n",
12+
"from scportrait.tools.parse import PhenixParser"
2213
]
2314
},
2415
{
2516
"cell_type": "code",
26-
"execution_count": 2,
17+
"execution_count": 3,
2718
"id": "97859949-245f-4411-b696-35984d0de19f",
2819
"metadata": {},
2920
"outputs": [],
@@ -83,9 +74,9 @@
8374
],
8475
"metadata": {
8576
"kernelspec": {
86-
"display_name": "SPARCS_complete",
77+
"display_name": "scPortrait",
8778
"language": "python",
88-
"name": "sparcs_complete"
79+
"name": "python3"
8980
},
9081
"language_info": {
9182
"codemirror_mode": {
@@ -97,7 +88,7 @@
9788
"name": "python",
9889
"nbconvert_exporter": "python",
9990
"pygments_lexer": "ipython3",
100-
"version": "3.11.0"
91+
"version": "3.10.0"
10192
}
10293
},
10394
"nbformat": 4,

docs/doctrees/nbsphinx/pages/tools/stitching/example_stitching_notebook.ipynb

Lines changed: 81 additions & 78 deletions
Large diffs are not rendered by default.
Binary file not shown.
18.9 KB

docs/doctrees/nbsphinx/pages_tools_stitching_example_stitching_notebook_23_4.png renamed to docs/doctrees/nbsphinx/pages_tools_stitching_example_stitching_notebook_11_13.png

209 KB

docs/doctrees/nbsphinx/pages_tools_stitching_example_stitching_notebook_27_1.png renamed to docs/doctrees/nbsphinx/pages_tools_stitching_example_stitching_notebook_14_1.png

938 KB
Binary file not shown.
132 KB
Binary file not shown.

0 commit comments

Comments
 (0)