Browse code

added README and .gitignore

Ulrich Bodenhofer authored on 15/05/2018 12:29:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+# msa: An R Package for Multiple Sequence Alignment
2
+The 'msa' package provides a unified R/Bioconductor interface to
3
+the multiple sequence alignment algorithms ClustalW, ClustalOmega,
4
+and Muscle. All three algorithms are integrated in the package,
5
+therefore, they do not depend on any external software tools
6
+and are available for all major platforms. The multiple sequence
7
+alignment algorithms are complemented by a function for
8
+pretty-printing multiple sequence alignments using the LaTeX
9
+package TeXshade.
10
+
11
+This is the source code repository. The package can be installed from
12
+[Bioconductor](https://bioconductor.org/packages/release/bioc/html/msa.html).
13
+Further information and installation instructions are also available from
14
+http://www.bioinf.jku.at/software/msa/.
15
+
16
+Although the package is maintained by Ulrich Bodenhofer, the package itself
17
+has been implemented mainly by Enrico Bonatesta and Christoph Kainrath-Horejs.
0 18
\ No newline at end of file