-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
20 lines (16 loc) · 876 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Public versions of W-curve code and data used in published papers
and presentations.
The most recent tag is for BioComp_2011, "BioComp_2011_c".
Checking this out will get the most recent stable version
of the code used for that paper.
Please see publicatons for specific URI's used to referenced
materials (these will include branches). Otherwise feel free
to wander through the repository. The "master" branch will
always have a current, stable version of the code.
Note: The tests are designed to run in reasonable time for
most situations. They test whether the code runs or suffers
from rounding errors. For longer tests or benchmarks define
EXPENSIVE_TESTS to run with longer random DNA strings or
to run tests that otherwise take too long. Some of the
tests in WCurve/02-Compare are more torture-tests than
code validation and are likely to fail at the edges.