Skip to content

LilDojd/DockerBuildRosetta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Build Rosetta suit inside docker

Rosetta software suite includes algorithms for computational modeling and analysis of protein structures.

Repository contains dockerfile that builds software suit and all dependencies. You could build rosetta programs as static binaries. Then you can copy them from resulting container to your local machine. There are other ways to build this software, you should be able to use them from container anyway.

Provided dockerfile builds mpi version of ddg_monomer application. Feel free to change it to your needs, you can find documentation for building parameters here.

docker build accepts build arguments

MAKE_JOBS - number of jobs that is provided for all make commands

USERNAME, PASSWORD - credentials in license document for downloading source code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.3%
  • Shell 32.7%