studio is a GUI based online workflow pipeline tools for processing animal MRI data.
studio helps researchers try multiple data analysis methods, visualize the results, and construct the data analysis pipelines easily and quickly on GUI without setting up local environment.
studio also supports reproducibility of scientific research, standardization of analysis protocols, and developments of novel analysis tools as plug-in.
- zero-knowledge of coding: studio allows you to create analysis pipelines easily on the GUI.
- quick visualization: studio supports you visualize the analysis results by plotly.
- recording and reproducing: studio records and reproduces the workflow pipelines easily.
- Copy
.env.example
to.env
and replaceSECRET_KEY
in.env
with your SECRET_KEY.- To create random SECRET_KEY:
openssl rand -hex 32
- To create random SECRET_KEY:
This application uses firebase.
- Copy
firebase_config.example.json
tofirebase_config.json
and replace content offirebase_config.json
with your Firebase config. - Copy
firebase_private.example.json
tofirebase_private.json
and replace content offirebase_private.json
with your Firebase private key.
Docker required: Please install docker in advance.
- On Linux(Ubuntu) or macOS or Windows:
-
Run the file to set up and start the app:
docker compose up
-
Open browser. http://localhost:8000
- studio allows you to make your analysis pipelines by graph style using nodes and edges on GUI. Parameters for each analysis are easily changeable.
- studio allows you to visualize the analysis results with one click by plotly. It supports a variety of plotting styles.
- studio supports you in recording and reproducing workflow pipelines in an organized manner.
Keita Matsumoto, Nobuo Kawada, Rei Hashimoto, Naoki Takada, Atsuo Matsueda
This product is based on OptiNiSt, proposed by OIST Neural Computation Unit