Kevin Jacobs
Kevin Jacobs
Thanks for your contribution! Are these changes needed to support Windows? I ask because the current method appears to work on both OS X and Linux.
Thanks for the information. I also use virtualenvs and didn't have a problem. Your point is still valid and I'll test on Windows and make sure we cover all platforms.
Ah! That is very helpful. I wonder how it works at all on my OS X box without a shebang line.
Hi Erik, vgraph is implemented to handle fairly linear diploid graphs, but could easily be extended to support arbitrary DAGs. The constraint propagation system was always intended to handle such...
Hi Richard, Thanks for asking. - Type=T represents a trivial match, where the two superloci are identical in terms of genomic coordinates, alleles and genotypes. i.e. no need to invoke...
I have been working on a wrapper around vgraph that does much more detailed accounting. I'll see if I can share it, as it was developed as part of my...
I've asked and am waiting for an answer. I expect to hear back by the end of next week.
This feature would save a great deal of time and allow better re-use of shared configurations.
That syntax uses bash's process substitution http://tldp.org/LDP/abs/html/process-sub.html feature, so the problem isn't lack of support for standard streams. It is, I believe, that isec requires indexed input. -Kevin On Mon,...