genomehubs/cegma

Sponsored OSS

By genomehubs

Updated almost 6 years ago

Container to run CEGMA optimised for GenomeHubs

Image
Data Science
Machine Learning & AI
0

197

CEGMA docker container

View on github

CEGMA docker container built from hub.docker.com/r/robsyme/cegma-docker with modifications to make it easier to use as a GenomeHubs container by running as UID 1000, separating input and output directories and renaming output files.

docker run -d \
           --name genomehubs-cegma \
           -v `pwd`/sequence:/in \
           -v `pwd`/cegma:/out \
           -e ASSEMBLY=scaffolds.fa.gz \
           genomehubs/cegma:latest

Writes scaffolds.fa.completeness_report.txt and scaffolds.fa.cegma.gff to the directoy mounted at /out.

Docker Pull Command

docker pull genomehubs/cegma