Sign inSign up

alfaceor/digor

By alfaceor

Updated about 5 years ago

docker image to run IGoR (https://github.com/statbiophys/IGoR)

Image
0

265

alfaceor/digor repository overview

This is a docker image container for IGoR. To run it as a container is better to create a script called digor with execution permission in (linux/unix) as follows:

#!/bin/bash
docker run --rm -v "$(pwd)":/igor_data -u ${UID}  -it digor:dev -set_wd /igor_data $@

To generate 10 synthetic sequences

digor -species human -chain beta -generate 10

Tag summary

Content type

Image

Digest

Size

467.2 MB

Last updated

about 5 years ago

docker pull alfaceor/digor:dev