Commit patch to not break on spaces.
[bowtie.git] / SeqAn-1.1 / README.txt
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 "seqan": SeqAn library (add the folder that contains "seqan" to 
12          your include path)
13 "demos": SeqAn demos, see also "docs/INDEXPAGE_Demo.html"
14 "apps":  SeqAn applications
15 "docs":  HTML-Documentation
16
17
18 Files:
19 ======
20
21 "Makefile": make file for Linux/Darwin/Solaris
22 "*_7.sln", "*_7.vcproj": Visual Studio .net 2003 solution and project files
23 "*_8.sln", "*_8.vcproj": Visual Studio .net 2005 solution and project files
24 "*_9.sln", "*_9.vcproj": Visual Studio .net 2008 solution and project files
25
26
27 Have fun!
28
29 Your SeqAn Team