-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added mgnifyR workflow that uses mia #49
Conversation
@Insaynoah Thank you very much for this PR and for introducing mia examples to the repository. Before I do a proper review, is there a particular reason to introduce this as a quarto markdown file rather than as a jupyter notebook? In the current setup, quarto is being used to render all markdown AND jupyter files to the docs.mgnify.org site, however the notebooks.mgnify.org site and the Galaxy.eu tool only show jupyter notebooks (because they're just running Jupyter Lab, and we don't render qmd -> ipynb currently). This looks like a nice example to have as an interactive notebook on the jupyter servers too. |
@SandyRogers . The reason it was made in quarto rather than jupyter notebook is because Jupyter notebook only allows R kernels up to version 4.1.2. However mia requires a R version of 4.4 and above if I'm not mistaken. Being unable to set up anything locally, @TuomasBorman and I decided that It would be good to create a quarto markdown first before integrating it as a jupyter notebook in the EBI cloud. |
mia requires 4.3 and MGnifyR 4.4. There is partial misunderstanding, I thought that we continue developing this notebook inside our lab first. As internship of @Insaynoah is ending, I thought that it is better to get the notebook done so that someone else can continue from there. Sorry for being unclear |
src/notebooks/R Mia Examples/Fetch-Analyses-metadata-for-a-Study.qmd
Outdated
Show resolved
Hide resolved
src/notebooks/R Mia Examples/Fetch-Analyses-metadata-for-a-Study.qmd
Outdated
Show resolved
Hide resolved
src/notebooks/R Mia Examples/Fetch-Analyses-metadata-for-a-Study.qmd
Outdated
Show resolved
Hide resolved
src/notebooks/R Mia Examples/Fetch-Analyses-metadata-for-a-Study.qmd
Outdated
Show resolved
Hide resolved
@SHillman836 could you check if you can finalize this PR as well (move the code from qmd to ipynb)? |
These have been incorporated in #50 |
With that, we can close this one. |
@Insaynoah we have incorporated this in #50 now, can you close this PR? |
This is a copy of the existing 'Fetch Analyses metadata for a Study' workflow but using mia instead of phyloseq.