Feature availability
This page summarizes which RAFT user-facing features are currently available and where they live. It is intended to prevent stale docs from implying that a planned or external feature is already part of the installed CLI.
Feature |
Entry point |
Status |
Notes |
|---|---|---|---|
Project setup |
|
Implemented |
Creates the RAFT workspace config and standard directories. |
Off-the-shelf workflow launch |
|
Implemented |
|
Manifest generator |
Web UI |
Implemented |
Opens during workflow setup when no manifest is supplied; also available as a hosted browser tool. |
Manifest template |
|
Implemented |
CLI fallback that writes a tab-delimited starter manifest. |
Manifest validation |
|
Implemented |
Reports required-column, delimiter, sample-prefix, grouping, and optional allele issues. |
Project status |
|
Implemented |
Read-only project summary. Workflow-specific checks can be configured
with |
Report viewer |
|
Implemented |
Creates or serves portable report bundles for workflow outputs. |
Workflow config generator |
Web UI |
Implemented |
Used to choose workflow parameters before creating a project. |
Module discovery |
|
Implemented |
Lists configured module repositories and subgroups. |
Workflow discovery |
|
Implemented |
Can inspect workflow details; expensive alternate-tool scans are opt-in. |
Manual workflow assembly |
|
Implemented |
Advanced/developer workflow. |
Project packaging |
|
Implemented |
Creates and loads portable project archives. |
Control panel |
none in this repository |
Not implemented here |
Older references likely describe functionality from another branch or
repository. Current docs should not instruct users to run
the |
Status terms
ImplementedPresent in the current CLI or browser UI documented in this repository.
Not implemented hereNot available from this repository’s installed CLI. It may be planned, experimental, or present in another repository, but users should not expect it to work from this codebase.