Skip to content

Commit

Permalink
Merge pull request #11 from metagenlab/pack_test
Browse files Browse the repository at this point in the history
updated README.md
  • Loading branch information
idfarbanecha authored Mar 17, 2021
2 parents db9d971 + 7de7810 commit 3fee025
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# MeSS [![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/version.svg)](https://anaconda.org/metagenlab/mess) [![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/latest_release_date.svg)](https://anaconda.org/metagenlab/mess) [![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/downloads.svg)](https://anaconda.org/metagenlab/mess) [![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/platforms.svg)](https://anaconda.org/metagenlab/mess) [![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/license.svg)](https://anaconda.org/metagenlab/mess)
The Metagenomic Sequence Simulator (MeSS) is a snakemake workflow used for simulating metagenomic mock communities.
## Installation
```bash
git clone --recursive https://github.com/metagenlab/MeSS.git
conda install -c conda-forge mamba
mamba create -c conda-forge -c bioconda -n snakemake snakemake
```
### Or

[![Anaconda-Server Badge](https://anaconda.org/metagenlab/mess/badges/installer/conda.svg)](https://conda.anaconda.org/metagenlab)
```shh
```bash
conda install -c conda-forge mamba
mamba install -c metagenlab -c conda-forge -c bioconda mess
```
Expand Down

0 comments on commit 3fee025

Please sign in to comment.