capellini.pipeline
Top-level pipeline orchestrator.
Classes
|
Run the CAPELLINI pipeline stages in order, sharing inter-stage state. |
- class capellini.pipeline.CapelliniPipeline(config: CapelliniConfig)[source]
Bases:
objectRun the CAPELLINI pipeline stages in order, sharing inter-stage state.
- STAGE_LABELS = {'dada2': 'DADA2', 'ncbi_mapping': '3-layer NCBI ID Mapping', 'network': 'Enhanced Networks Estimation', 'preflight': 'Preflight', 'procs': 'Protein Clusters (ProCs) Estimation', 'spacepharer': 'SpacePHARER Execution'}
- STAGE_ORDER = ['preflight', 'dada2', 'ncbi_mapping', 'spacepharer', 'procs', 'network']