diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-09-05 14:43:56 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-09-05 14:43:56 -0400 |
commit | 96b3a3a22958ff48dae5b2d6bdf81e3c601d6abb (patch) | |
tree | 761dcb9a854d9b168f6a40895de552e350e52feb /src/c/quikr.1 | |
parent | 2af71f13aa41e0f87d9352297a87402b9d925987 (diff) |
Remove debugging version
remove the debugging option for quikr, since there is not a reason to
keep it anymore, consider it cruft. Our users are unlikely to ever use
it and the same for us
- remove from manpage
- remove from quikr.c
Diffstat (limited to 'src/c/quikr.1')
-rw-r--r-- | src/c/quikr.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/c/quikr.1 b/src/c/quikr.1 index 4afb52e..ee0960e 100644 --- a/src/c/quikr.1 +++ b/src/c/quikr.1 @@ -49,9 +49,6 @@ verbose mode. .TP .B \-V, --version print version. -.TP -.B \-d, --debug -debug mode, this will save our sensing matrix and sample matrix (A and B matricies) in files called 'sensing.matrix' and 'count.matrix' for debugging purposes .SH EXAMPLES Use quikr to calculate the estimated frequencies for sample.fa, using rdp7.fasta as the sensing matrix we generated with quikr_train. This uses 6-mers by default, and a lambda value of 10000: .P |