Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylase/docker-circos
Docker image for Circos
https://github.com/kylase/docker-circos
circos docker
Last synced: 5 days ago
JSON representation
Docker image for Circos
- Host: GitHub
- URL: https://github.com/kylase/docker-circos
- Owner: kylase
- Created: 2014-08-11T04:03:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T04:20:28.000Z (6 months ago)
- Last Synced: 2024-05-18T05:23:18.076Z (6 months ago)
- Topics: circos, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/yuanchuan/circos
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image for [Circos](https://circos.ca/)
TODO: Migrate to [CircosAPI](https://github.com/kylase/CircosAPI)
## Usage
Run an interactive session with the current working directory (assuming the working directory is your Circos project directory) mounted as `/workspace`
```shell
docker run --rm -v $(pwd):/workspace yuanchuan/circos:0.69.9 circos -conf path/to/circos.conf
```Once you are in the shell, you can run `circos -conf path/to/circos.conf` to generate the image(s)