Skip to content

Commit 84e13a9

Browse files
committed
Update README.md
1 parent 5388e9f commit 84e13a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
![Windows](https://img.shields.io/badge/%E2%80%8B-Windows-00A98F?logo=windows)
1212
![Linux](https://img.shields.io/static/v1?label=%E2%80%8B&message=Linux&color=00A98F&logo=linux&logoColor=white)
1313
![macOS](https://img.shields.io/badge/%E2%80%8B-macOS-00A98F?logo=apple)
14+
[![PyPI](https://img.shields.io/pypi/v/pyfamsa?label=PyFAMSA)](https://pypi.org/project/pyfamsa)
1415

1516
Progressive algorithm for large-scale multiple sequence alignments.
1617

@@ -61,8 +62,9 @@ The software is also available on [Bioconda](https://anaconda.org/bioconda/famsa
6162
```
6263
conda install -c bioconda famsa
6364
```
64-
For detailed instructions how to set up Bioconda, please refer to the [Bioconda manual](https://bioconda.github.io/user/install.html#install-conda).
65-
FAMSA can be also built from the sources distributed as:
65+
For detailed instructions how to set up Bioconda, please refer to the [Bioconda manual](https://bioconda.github.io/user/install.html#install-conda).
66+
A user-friendly [PyFAMSA](https://github.com/althonos/pyfamsa) module authored by [Martin Larralde](https://github.com/althonos/) allows running analyzes directly from Python.
67+
Finally, FAMSA can be built from the sources distributed as:
6668

6769
* Visual Studio 2019 solution for Windows,
6870
* MAKE project for Linux and OS X (g++-5 required, g++-8 recommended).

0 commit comments

Comments
 (0)