John Lees

Results 59 issues of John Lees

Hard to set a sensible default, require scree plot to be used

enhancement
interface

It would be more general to allow any order of sam file, by using the k-mer as a unique ID between the SEER output and mapping co-ordinates.

enhancement
low priority

Need to use a machine with cmake 2.7.12 or above. Setting "dist": "trusty" in .travis.yaml might work, but need to test. For now workaround in ca03e4d07b391a4bb89e6efe50565a59b2ca8891

testing
low priority

Try using BOBYQA algorithm to maximise likelihood for Firth regression, rather than N-R iterations. I wonder if it might be faster...

enhancement
stats
low priority

Read file twice rather than into memory. Don't read sample vector in

enhancement
low priority

Currently uses the most naive approach. Use an external sort instead: https://en.wikipedia.org/wiki/External_sorting

enhancement
low priority

I have written the code for this, but I think it should be added as a compile option rather than enabled by default

enhancement
stats

Should check that parameters aren't diverging, and that likelihood is constantly increasing (using step-halving if it isn't)

enhancement
stats

Two possible additions ### An equivalent to the `-m` option in ska1: > Finally, the base call for the middle base in the split kmer is filtered to remove any...

enhancement

The current .skf format has the following issues: - It can become very large, especially for diverse datasets. As it is all deserialised (see #22 for attempts at altering this)...

enhancement