An open API service indexing awesome lists of open source software.

https://github.com/aplbrain/pyreconstruct-download

Tiny website + example code for downloading a subvolume for annotation in PyReconstruct
https://github.com/aplbrain/pyreconstruct-download

Last synced: over 1 year ago
JSON representation

Tiny website + example code for downloading a subvolume for annotation in PyReconstruct

Awesome Lists containing this project

README

          

# pyreconstruct-download
Tiny Flask app for downloading a subvolume for annotation in PyReconstruct, deployed with Zappa

https://pyreconstruct-download.labs.bossdb.org/

Dependency: Python 3.10

To install locally:
```
git clone https://github.com/aplbrain/pyreconstruct-download.git
cd pyreconstruct-download
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

To run locally:
```
source venv/bin/activate
flask run --debug
```

To deploy changes:
```
zappa update
```