Skip to content

A software-suite to perform multiple protein structure alignment and structure feature extraction.

License

Notifications You must be signed in to change notification settings

noxjonas/caretta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caretta docker image

Unofficial fork of the protein structure alignment tool Caretta. Launch the web app or use the caretta-cli on any platform using Docker.

For official release and documentation see: https://github.com/TurtleTools/caretta

Usage

Git clone and navigate to the directory

git clone https://github.com/noxjonas/caretta.git
cd caretta

To build docker image run:

docker-compose -f .docker/docker-dompose.yml build

To start the container run:

docker-compose -f .docker/docker-compose.yml up -d

Navigate to http://localhost:8091 for the web app.

Or take a look at an example python wrapper class.

python .docker/wrapper.py <path-to-caretta> "--help"

Filepaths

Note that you need to link your system storage with the container in order to use the cli. Do so by editing the volumes: field in the .docker/docker-compose.yml file.

About

A software-suite to perform multiple protein structure alignment and structure feature extraction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Dockerfile 0.5%