Sign inSign up

tzok/maxit

By tzok

Updated over 4 years ago

A wrapper for MAXIT software to convert between PDB and PDBx/mmCIF seamlessly

Image
0

1.0K

tzok/maxit repository overview

Sourcecode

maxit-docker

Description

MAXIT is a suite of tools to process PDB and PDBx/mmCIF files. One of its great advantages is an advanced converter between the two formats. This repository contains a Dockerfile that builds MAXIT and provides a default entrypoint which makes using the converter easier.

Usage

CLI

To convert between formats:

docker run -i tzok/maxit < input.pdb > output.cif

docker run -i tzok/maxit < input.cif > output.pdb
REST

Start the conversion service:

docker run -p 8080:8080 tzok/maxit:server

Submit conversion tasks:

curl -X POST -H 'Content-Type: text/plain' --data-binary @input.pdb http://localhost:8080

curl -X POST -H 'Content-Type: text/plain' --data-binary @input.cif http://localhost:8080

Tag summary

Content type

Image

Digest

Size

297.3 MB

Last updated

over 4 years ago

docker pull tzok/maxit