Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 269 Bytes

Start service:

docker build -t bionf:latest .
docker run -it --rm -v $(pwd)/src:/host bionf:latest

Docker:

cd rust/
cargo build --release
cp ./target/release/libbioinf02lib.so ../python/myrustlib.so
cd ../python
python3 app.py # or pytest app.py