diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 17:20:14 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 17:20:14 -0400 |
commit | 4cab49ac3934a8fa568c7aee8484bd710f83c4e3 (patch) | |
tree | 08f486b7a3f499743b2e36bca8de29892d1ed050 /doc/matlab.markdown | |
parent | d2a7c2a428a5c5ead81d87610d6b04a0e179295d (diff) |
update documentation
Diffstat (limited to 'doc/matlab.markdown')
-rw-r--r-- | doc/matlab.markdown | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/matlab.markdown b/doc/matlab.markdown index 09b0103..87a3a4d 100644 --- a/doc/matlab.markdown +++ b/doc/matlab.markdown @@ -2,13 +2,6 @@ The Quikr implementation works in Matlab and also works in Octave, but the Octave version will run much slower. -You will need to install the generate_kmers tool into your $PATH (eg /usr/bin/) -this file is available in the src/python/ directory. If you use make to install -the quikr project, it will already be installed. To test this you can run: - - which generate_kmers - - ## Quikr Example ## This is an example of how to run Quikr. Before you try the example please make make sure that you are in the quikr's matlab directory (src/matlab/): |