Dockerfile to create a container image with the EnsEMBL Perl APIs and tools installed
To pull from repository type:
docker pull gawbul/docker-ensembl
To build from source, first clone the repository using:
git clone [email protected]:gawbul/docker-ensembl.git
Then cd docker-ensembl and type:
docker build -t gawbul/docker-ensembl .
To run type:
docker run -it gawbul/docker-ensembl bash
To test EnsEMBL is working type:
perl $HOME/ensembl_test_db_conn.pl
Content type
Image
Digest
sha256:0dc2a91bf…
Size
692 MB
Last updated
almost 11 years ago
docker pull gawbul/docker-ensembl