DOCUMENTATION
This quickstart reflects the working local Flask prototype. A public pip install package and CLI repository are not yet published here.
01 / REQUIREMENTS
kmeggie-prototype.zip supplied for evaluationThe current package is shared directly with evaluators; there is no verified public download link on this site.
02 / LOCAL QUICKSTART
$ create an isolated Python environmentunzip kmeggie-prototype.zip
cd kmeggie-prototype
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
When the local server starts, open http://127.0.0.1:5000 in the same machine’s browser.
The local Flask QC engine and the CLI validators are prototype components. Their complete unified workflow is still in development.
03 / NO-INSTALL DEMO
04 / SUPPORTED INPUT
| Files |
.fastq, .fq, and gzip-compressed variants |
|---|---|
| Records | Four-line, single-end FASTQ |
| Quality encoding | Phred+33 |
| Upload size | 50 MB |
| Decompressed size | 100 MB |
| Read count | 200,000 reads |
| Read length | 100,000 bases per read |
Files above a limit are rejected rather than sampled. Adapter detection, paired-end validation, and classification are not included.
05 / RELEASE STATUS
pip install kmeggie claim yet