Closed adamcantor22 closed 2 years ago
Base: 58.07% // Head: 73.92% // Increases project coverage by +15.85%
:tada:
Coverage data is based on head (
64e5e47
) compared to base (c2796ee
). Patch coverage: 80.18% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Pull Request Template for MMEDS
What has changed
Four new analysis tools have been added: CUTIE, SparCC, PiCRUSt2, and LeFSe. There has also been various improvements to analyses in general, allowing for files to be used between different tools, more specific config files, and being able to run analyses from the command line. Code coverage is also significantly improved, with analysis tools being reintroduced in the testing framework.
Checklist of pre-requisites
How to use the feature
To run an analysis manually use the
run_analysis.py
script in a mmeds environment. View this script's--help
for details. Alternatively, these tools are available as normal in the web UI. web01 is only partially up though, so the jobs need to be manually submitted on another node once they're created until it's fully back up.Issue closings
Closes #229 Closes #355 Closes #354 Closes #361