-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
26 lines (18 loc) · 1.28 KB
/
README
File metadata and controls
26 lines (18 loc) · 1.28 KB
1
this code has two applications the python/quixote server kmerBrowser.pyand the processing kMerBriwserInterface.pde projectyou have to set the server for quixote to the same address KBI usesmake all your files you want to consume screed repositories, it is possible that the current codetries to load more files then you actually have, update line 26 in kmerbrowser.py accordinglyfor the processing project you have to include all pde files in the same project and also createa font called : ArialRoundedMTBold-20 which is saved in the data file of the project, it ispossible that you have to redo this step when compiling for the first timein kmerbrowserinterface you have to use depth to set the radiusand also make sure the startingKmer (line 11) has the right length and existsyou control kmerbrowserinterface with the mouse, scrollwheel to zoom, . , to increaseor decrease the radius, click and drab besides the graph allows to move the screen, press t if you want to toggle the text on/off (increases rendering speed), click a nodeso that it becomes blue and click GO to make this node the new center of the graphexercise caution when using low k or highly tangled graphs together with a high radius, since thatmightoverload the graph and you end up freezing both apps.Cheers Arend