View on GitHub

PepSIRF

Peptide-based Serological Immune Response Framework

Download this project as a .zip file

Building the container

docker-compose up --build

Expected Error:

Error: Invalid module name entered

This just means that the pepsirf command was not given arguments. You can ignore this since you will be providing arguments when running the image.

Running the PepSIRF image

docker run --mount type=bind,src=<path/to/local/directory>,target=/app/<new_directory> \
pepsirf [ --help | module_name <module_args*> ]

Note: