Skip to content

Commit 176a5aa

Browse files
authored
Add bioconda install
1 parent 22ed248 commit 176a5aa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
![Test](https://github.com/ctlab/metafx/actions/workflows/test.yml/badge.svg)
3+
[![Install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](https://anaconda.org/bioconda/metafx)
4+
[![Anaconda-Server Badge](https://anaconda.org/bioconda/metafx/badges/downloads.svg)](https://anaconda.org/bioconda/metafx)
35

46
# MetaFX
57

@@ -17,6 +19,8 @@ Here is a short version of it.
1719

1820
* [Idea of MetaFX](#idea-of-metafx)
1921
* [Installation](#installation)
22+
* [Conda](#conda)
23+
* [Manual](#manual)
2024
* [Running instructions](#running-instructions)
2125
* [Video tutorial](#video-tutorial)
2226
* [Examples](#examples)
@@ -46,6 +50,17 @@ There are pipelines for analysis of the feature extraction results. Methods for
4650

4751
## Installation
4852

53+
### Conda
54+
55+
To install MetaFX through conda run:
56+
57+
```
58+
conda install -c bioconda metafx
59+
```
60+
61+
62+
### Manual
63+
4964
To run MetaFX, one need to clone repo with all binaries.
5065

5166
```shell

0 commit comments

Comments
 (0)