Sign inSign up

openeuler/cactus

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.0K

openeuler/cactus repository overview

Quick reference

cactus | openEuler

Cactus is a reference-free whole-genome alignment program, as well as a pangenome graph construction toolkit. It supports progressive alignment of genomes from different species and Minigraph-Cactus pangenome pipeline for aligning genomes from the same species.

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

TagsCurrentlyArchitectures
3.2.1-oe2403sp4cactus 3.2.1 on openEuler 24.03-lts-sp4amd64, arm64
3.2.1-oe2403sp3cactus 3.2.1 on openEuler 24.03-lts-sp3amd64, arm64

Usage

This image provides the Cactus whole-genome alignment and pangenome graph construction toolkit.

Run Progressive Cactus to align genomes from different species:

docker run -it --rm -v $(pwd):/data -w /data openeuler/cactus:{Tag} cactus jobStore seqFile output.hal

Run the Minigraph-Cactus pangenome pipeline:

docker run -it --rm -v $(pwd):/data -w /data openeuler/cactus:{Tag} cactus-pangenome jobStore seqFile output.gfa

Convert HAL to MAF format:

docker run -it --rm -v $(pwd):/data -w /data openeuler/cactus:{Tag} cactus-hal2maf jobStore input.hal output.maf

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:0f9a9965e

Size

552.3 MB

Last updated

2 months ago

docker pull openeuler/cactus

This week's pulls

Pulls:

5

Last week