# Config And Output ## Required Inputs - `--tumor-bam`: tumor BAM path - `--normal-bam`: normal BAM path - `--patient-id` - `--tumor-sample-id` - `--normal-sample-id` - `--outdir` - one reference mode: - `--fasta`, or - `--genome` ## Core Optional Controls - `--profile`: Nextflow profile list (for example `singularity,sanger`) - `--pipeline-version`: release pin for reproducibility - `--params-file`: structured pipeline params - `--resume`: rerun interrupted work - `--with-report`: Nextflow report path - `--with-dag`: Nextflow DAG path ## Execution Backend Controls - `--executor`: `local`, `none`, `lsf`, `slurm`, `pbs`, or `sge` Direct CLI execution is supported in all modes. When `--run` is used, the helper runs backend-native launch commands: - `local` / `none`: `bash