Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Apr 17, 2022
1 parent b35729e commit eac69c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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/)
Expand Down

0 comments on commit eac69c5

Please sign in to comment.