EcoJulia / Microbiome.jl

For analysis of microbiome and microbial community data
Other
47 stars 10 forks source link

Dictionaries.jl in Microbiome.jl #107

Closed vanjakle closed 2 years ago

vanjakle commented 2 years ago

I had to update Microbiome#main so that I could run spzero line. Also I had to add Dictionaries.jl in repl. Maybe indicated next to the dictionaries module that if you don't already have one to add it using repl. It's not super obvious that you have to do this.

kescobo commented 2 years ago

I had to update Microbiome#main so that I could run spzero line.

This shouldn't have any affect. I think you did using SparseArrays in between. Constructors can now use regular dense arrays, so I'll just remove that bit

Also I had to add Dictionaries.jl in repl

Can now use regular Base.Dict for constructors, so I'll switch to that.