You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Progressive algorithm for large-scale multiple sequence alignments.
16
17
@@ -61,8 +62,9 @@ The software is also available on [Bioconda](https://anaconda.org/bioconda/famsa
61
62
```
62
63
conda install -c bioconda famsa
63
64
```
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:
66
68
67
69
* Visual Studio 2019 solution for Windows,
68
70
* MAKE project for Linux and OS X (g++-5 required, g++-8 recommended).
0 commit comments