Replies: 4 comments 2 replies
-
questions / comments / concerns:
|
Beta Was this translation helpful? Give feedback.
-
FYI - now thanks to EcoJulia/BiobakeryUtils.jl#65, you can now do |
Beta Was this translation helpful? Give feedback.
-
If you're going to do any additional docs review before our meeting tomorrow, please checkout main branches of both pages, and make new branches from there to make PRs or issues (note, if you just want to open issues, you can link to a specific line of code A lot has changed over the last couple of days. Current version of Microbiome docs: http://biojulia.net/Microbiome.jl/dev/ Current version of BiobakeryUtils docs: http://biojulia.net/BiobakeryUtils.jl/dev/ I made some big changes to indexing |
Beta Was this translation helpful? Give feedback.
-
Do you want us to keep reviewing the tutorials or wait until tomorrow's meeting? |
Beta Was this translation helpful? Give feedback.
-
I've now completed the addition of all of the primary features that I wanted for
Microbiome.jl
before submitting to Joss,So I'd like to discuss next steps that we can accomplish over the next 2 weeks, with the intent that we'll be finished with code / tutorials by October 11th, and submitting a manuscript by the end of October. @annelle-abatoni @anikaluo I am not sure how much you're intending to work over the next month, but this is going to have to move pretty fast, and so I'd like to try to get a realistic sense of how much you'll be able to do.
We can start individual discussions for all of these things, but here's the big items as I see it:
CommunityProfile
, or that will take aCommunityProfile
and write two CSVs.1 - BiobakeryUtils.jl features
Part of me thinks that I should just do these to make things go fast, but I want your feedback. Do you want to try to get some of these things written yourself? If so, can you commit to working on it and iterating quickly after you get my feedback?
2 - Outstanding issues in Microbiome.jl
Similar story here. Though I think these will be pretty straightforward
3 - Tutorials
This is the big one, and the place I think the two of you can make the biggest difference in terms of my effort / focus.
Microbiome.jl
The microbiome.jl tutorial should basically have a narrative form that steps through the use of:
clade
,hasclade
,name
, etc)MicrobiomeSample
typeCommunityProfile
typeabundances
,samples
,features
)Tables.jl
interface (for both abundances and metadata)BiobakeryUtils.jl
I think this should be divided up into a MetaPhlAn tutorial and a HUMAnN tutorial
humann
4 - Documentation cleanup
@ref
(egCommunityProfile
here should actually link to the docstring ofCommunityProfile
Beta Was this translation helpful? Give feedback.
All reactions