76f6b299创建于 2025年9月4日历史提交
文件最后提交记录最后更新时间
1 年前
9 个月前
1 年前
1 年前
README.md

Quick reference

busco | openEuler

Current busco docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

BUSCO (Benchmarking Universal Single-Copy Orthologs) provides measures for quantitative assessment of genome assembly, gene set, and transcriptome completeness based on evolutionarily informed expectations of gene content from near-universal single-copy orthologs selected from OrthoDB.

Learn more on busco website.

Supported tags and respective Dockerfile links

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

Tags Currently Architectures
5.8.3-oe2403sp1 BUSCO 5.8.3 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

  • Pull the openeuler/busco image from hub.docker.com
    docker pull openeuler/busco:{Tag}
    
  • Start a busco instance
    docker run -it --name my-busco openeuler/busco:{Tag}
    
    Now, you can use BUSCO according to User Guide

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.