To Check out the source

Make sure you have a Subversion client installed.

Then from the command prompt, to check it out into the current working directory: svn https://dnascout.svn.codeplex.com/svn .

Build Instructions:

DNA Scout is compiled by running 'make'.

Setting compile options

The following are options that can be enabled prior to running make. If you change any of these options, do a 'make clean' and then do 'make' again.

These options are in "options.h"

#define PRINT_TREE_ENABLED <-- Print out all snippets from the tree of match length N in alphabetical order

#define DEBUG <-- // Prints out extra debug information, likely only useful to developers

#define MAX_SEARCH_LEN 1000 // size of longest search allowed in searchStrings.txt