-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Robert Krueger edited this page Oct 5, 2021
·
14 revisions
Download latest release and execute it. This will start a local server on your machine. Open the browser and navigate to: http://mts-lsp-l06208:8000/ . To import a dataset, follow the import instructions.
- Active environment:
conda activate minerva_analysis
-
python run.py
- Runs the webserver
- Access the tool via
http://localhost:8000/
This step is only needed when you plan to edit js code. The codebase already included bundled js files.
- Install Node.js, then navigate to
/minerva_analysis/client
and runnpm install
to install all packages listed in package.json. - Run
npm run start
to package the Javascript, or runnpm run watch
if you plan on editing dependencies
- Create alternative conda env without mkl:
conda create --name [name] nomkl
- Active environment:
conda activate [name]
- Run
pip install -r requirements.txt
- Run
package_win.bat
- Create env:
conda env create -f requirements.yml
- Active environment:
conda activate minerva_analysis
- Run
bash package_mac.sh