Nigel Delaney
Nigel Delaney
No plans at the present, but I am a huge fan of all algorithms from Gene Meyers, and I'm sure people would love to see that functionality if you had...
Hi, Thanks for commenting on this! This strikes me as a bit tricky, I think the method you're looking at: `GetAlignedSequence(int start, int end)`, is designed to return all queries...
Eck, that's no good. I haven't used that aspect of the library, will see if I can recreate your example
I didn't dig into the algorithm, but could verify that I didn't need the search string to start with a \* or that it always matches at the start. See...
Okay, I can't reproduce this problem after trying a few times so will close this. Feel free to reopen if you can upload an example though. The wildcard indicates not...
Does anyone know who distributes the NuGet package? It currently is out of date (and on OSX not functional), compared to what is on github.
@essenciary Can you try editing FSharp.Charting.Gtk.fsx to change these lines: ``` member x.Invoke f = let res = ref None let evt = new System.Threading.AutoResetEvent(false) Gtk.Application.Invoke(new System.EventHandler(fun _ _ ->...
Eck, GTK. The joys of unmanaged code. So I can't reproduce that error here, do you have any more information from the stack trace? One theory is that you might...
@essenciary Glad you got it working! It looks like your problem has identified two key issues. **Issue #1 - The environmental variables cannot always be set at runtime to load...
+1 for serializing through calls to R's native save/load functions.