Digests proteins stored in FASTA / Uniprot textfiles and inserts the resulting peptides and proteins into a ScyllaDB NoSQL cluster.
Running with local docker compose Scylla cluster
- Start Docker
make up
- Wait for all scylla nodes to be UN with
make status
- Interact with app container
make app
cd app
poetry install
poetry run x
to run the CLI