You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
contain the root `toctree` directive.
5
5
6
6
OptiNiSt - Calcium Imaging Pipeline Tool
7
-
===================================
7
+
==========================================
8
8
9
9
**OptiNiSt(Optical Neuroimage Studio)** helps researchers try multiple data analysis methods, visualize the results, and construct the data analysis pipelines easily and quickly. OptiNiSt's data-saving format follows NWB standards.
Optinist default saving directory is `/tmp/optinist`. If you reboot your PC, this repogitory content is deleted. And setting the saving directory in environment path.
- If mamba is already installed, snakamake prefers to use mamba over conda.
78
+
79
+
80
+
### Install requirements
81
+
82
+
```
83
+
pip install -r requirements.txt
84
+
```
85
+
86
+
### Set saving directory
87
+
88
+
Optinist default saving directory is `/tmp/optinist`. If you reboot your PC, this repogitory content is deleted. And setting the saving directory in environment path.
89
+
```
90
+
export OPTINIST_DIR="your_saving_dir"
91
+
```
92
+
93
+
<!--
94
+
## 2. Create virtualenv
95
+
96
+
Under maintenance...
97
+
-->
98
+
99
+
## 2. Run backend
100
+
101
+
```
102
+
python main.py
103
+
```
104
+
- `python main.py` log is as blow:
105
+
```
106
+
$ run_optinist
107
+
INFO: Will watch for changes in these directories: ['/home/oist/optinist/backend']
108
+
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
109
+
INFO: Started reloader process [6520] using statreload
0 commit comments