Skip to content

mriffle/casanovo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casanovo-docker

Build a Casanovo Docker image

How to Build:

Clone this repository then run this command to build a Docker image named casanovo:4.2.1 on your local system:

docker build --build-arg CASANOVO_VERSION=4.2.1 -t casanovo:4.2.1 .

How to Run:

Run with a command similar to:

docker run --rm -it --user $(id -u):$(id -g) -v `pwd`:`pwd` -w `pwd` --shm-size=1g casanovo:4.2.1 casanovo sequence my_file.mzML

This command includes parameters to ensure process runs as the current user and has access to the current directory.

More Information:

About

Build a Casanovo Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published