DOCUMENTATION
This quickstart runs the website and local QC workspace from the Kmeggie+ source project. FASTQ analysis and report import run in your browser.
01 / REQUIREMENTS
kmeggie-plus-website source projectThe source repository currently requires access. This site does not publish a public Python or CLI package.
02 / LOCAL QUICKSTART
$ from the source project foldercd kmeggie-plus-website
corepack pnpm install --frozen-lockfile
corepack pnpm run build
corepack pnpm run dev
When the local server starts, open http://127.0.0.1:4173 in the same machine’s browser.
The preview serves generated static pages. Rebuild after editing source files. QC calculations run in a browser Worker; the separate pilot API defaults to disabled. Local processing does not guarantee that the hosted website is available offline.
03 / NO-INSTALL DEMO
04 / SUPPORTED INPUT
| Files |
.fastq, .fq, and gzip-compressed variants |
|---|---|
| Records | Four-line, single-end FASTQ |
| Quality encoding | Phred+33 |
| Local input 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. Duplicate reporting uses bounded sequence hashes. FastQC ZIP results preserve imported module statuses and available measurements; they are not re-run in the browser. Reports can be exported as HTML or JSON and reopened from JSON after schema validation. Adapter detection, paired-end validation, and classification are not included.
05 / RELEASE STATUS
pip install kmeggie claim yet