Sign inSign up

openeuler/circos

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.0K

openeuler/circos repository overview

Quick reference

circos | openEuler

Circos is a software package for visualizing data and information. It visualizes data in a circular layout — this makes Circos ideal for exploring relationships between objects or positions.

The tag of each circos docker image is consist of the version of circos and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
0.52-oe2403sp4circos 0.52 on openEuler 24.03-lts-sp4amd64, arm64
0.52-oe2403sp3circos 0.52 on openEuler 24.03-lts-sp3amd64, arm64

Usage

This image provides the Circos visualization environment for creating circular data visualizations.

Run Circos with a configuration file from a mounted directory:

docker run -it --rm -v $(pwd):/data -w /data openeuler/circos:{Tag} circos -conf your_circos.conf

Display Circos version information:

docker run -it --rm openeuler/circos:{Tag} circos -help

To generate Circos plots, prepare your data files and a configuration file, then mount the directory containing them:

docker run -it --rm -v $(pwd):/data -w /data openeuler/circos:{Tag} circos -conf circos.conf

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:e77a363a0

Size

238.4 MB

Last updated

2 months ago

docker pull openeuler/circos

This week's pulls

Pulls:

4

Last week