From eac69c56872cc4e183a5c3db231fa5d3a3b93145 Mon Sep 17 00:00:00 2001 From: moshi Date: Sun, 17 Apr 2022 15:36:52 +0900 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4a0e75..6175a2b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ [![CI](https://github.com/moshi4/CSplotter/actions/workflows/ci.yml/badge.svg)](https://github.com/moshi4/CSplotter/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/moshi4/MGCplotter/branch/main/graph/badge.svg?token=IEVJ47GXZY)](https://codecov.io/gh/moshi4/MGCplotter) -## Currently Under Construction (Not Released) - ## Table of Contents - [Overview](#overview) @@ -58,12 +56,17 @@ MGCplotter is implemented in Python3. **Install bioconda package:** - conda install -c bioconda -c conda-forge mgcplotter + conda install -c conda-forge -c bioconda mgcplotter **Install PyPI pakcage:** pip install mgcplotter +**Use Docker:** + + docker pull moshi4/mgcplotter:latest + docker run moshi4/mgcplotter:latest MGCplotter -h + ## Dependencies - [Circos](http://circos.ca/)