docker image to run IGoR (https://github.com/statbiophys/IGoR)
265
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
Content type
Image
Digest
Size
467.2 MB
Last updated
about 5 years ago
docker pull alfaceor/digor:dev