1 |
This is SeqAn, the C++ template library for sequence analysis
|
2 |
|
3 |
See http://www.seqan.de for more information
|
4 |
|
5 |
Read "docs/Page_Installation.html" for detailed installation instructions.
|
6 |
|
7 |
|
8 |
Folders:
|
9 |
========
|
10 |
|
11 |
"apps": SeqAn applications
|
12 |
"cmake": CMake files to create your own project files
|
13 |
"demos": SeqAn demos, see also "docs/INDEXPAGE_Demo.html"
|
14 |
"docs": HTML-Documentation
|
15 |
"seqan": SeqAn library (add the folder that contains "seqan" to
|
16 |
your include path)
|
17 |
|
18 |
|
19 |
Files:
|
20 |
======
|
21 |
|
22 |
"Makefile": make file for Linux/Darwin/Solaris
|
23 |
"*_7.sln", "*_7.vcproj": Visual Studio .net 2003 solution and project files
|
24 |
"*_8.sln", "*_8.vcproj": Visual Studio .net 2005 solution and project files
|
25 |
"*_9.sln", "*_9.vcproj": Visual Studio .net 2008 solution and project files
|
26 |
|
27 |
|
28 |
Have fun!
|
29 |
|
30 |
Your SeqAn Team
|