cjprybol

Results 23 comments of cjprybol

For anyone encountering this issue, [this post](https://github.com/gmarcais/Jellyfish/issues/29#issuecomment-73320528) covers two possible solutions: 1. increasing the file limit per process of the operating system with `ulimit` 2. increasing the `--counter-len` parameter to...

I ended up here after following through https://github.com/JuliaGraphics/Cairo.jl/issues/271 and https://github.com/JuliaGraphics/Cairo.jl/issues/287. switching to the default versions of homebrew packages instead of those in the staticfloat/juliatranslated package set and installing them from...

related: https://github.com/BioJulia/Kmers.jl/blob/master/src/kmer.jl#L329

This looks great, thanks @jakobnissen! I like having both the `guessparse` and `guess_alphabet` functions, as you've done here. This seems much more efficient than I was initially picturing (using regex...

Like Kevin, I can't say I feel like I'm much help on the bit-code, but the rest of this looks great and I'm very excited about this functionality. I don't...

I think the consensus in #38 was that this shouldn't be merged in this form. This implements the methods as ```julia function(::DataTable, dimension::Int(1 for rows or 2 for columns)) ```...

Sounds good to me! It's also easier to change the internal function names than it is to change all the code out in the wild that uses `merge!`. When I...

I think #83 is done unless anyone else has comments they'd like to make on it. #83 won't pass tests until the two PRs in https://github.com/JuliaData/CategoricalArrays.jl/pull/70 and https://github.com/JuliaData/DataStreams.jl/pull/36 are merged...

I just noted everything else I think needs to be checked or changed, I'll push updates to address those. After that, yes, I think it's just waiting for METADATA.jl commits...