Kevin Bonham
Kevin Bonham
Oh I see - that makes sense. And I didn't mean to impugn your efforts! I understand 💯% I love teaching, but it's a *ton* of work.
>what would you expect to get from `com[1:3,1]`? A `3x1 Matrix{Float64}`? or a `ComMatrix` with 3 species and 1 site? To be honest, I hadn't considered the case of indexing...
I like the idea of having straight indexing return the underlying value/matrix, while `@view` returns a `ComMatrix`. This seems quite sensible to me.
I'm an idiot - I see now that the `view` function basically does what I'm asking for in `filter`. So ignore that part...
Should be fairly straightforward I think... though maybe best to implement in EcoBase as `placenames!` and `thingnames!`?
Yeah, we definitely *should* do this throughout BioJulia, especially after packages have reached v1.0. Apologies for the failure to do so in the past. In principle, we could even do...
just for reference, v2.0.1 actually isn't in the general registry, it was rejected because it includes narrowing the supported julia versions. But I had tagged it for Zenodo to fix...
I haven't worked much with the `AlignedSequence` type, but it seems like there could be an `AbstractAlignedSequence` and a `MultiAlignedSequences
Well, something has to be the reference, right? It could just be a consensus sequence that's never directly observed, but short of actually storing every sequence, you need something that...
The later problem was solved with ``` ❯ sudo chown kevin:kevin -R ~/.julia/juliaup ```