You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
The goal of this project is to produce an estimator for runtime and memory consumption: (runtime, memory) = f(script_name, number_of_observations, number_of_samples, sparsity). This estimator will be based off of empirical results from standard test data sets (to be created, described below) and validated with real world datasets. Once in place,…
Repository for test the QIIME scalability and performance analysis code.
To install (an active conda virtual environment recommended):
chmod +x scripts/scaling
pip install -e .
To run:
sh scripts/scaling
About
The goal of this project is to produce an estimator for runtime and memory consumption: (runtime, memory) = f(script_name, number_of_observations, number_of_samples, sparsity). This estimator will be based off of empirical results from standard test data sets (to be created, described below) and validated with real world datasets. Once in place,…