Skip to content

Commit

Permalink
Added note about Alignment QC batch mode vs skip step trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
victorskl committed Aug 9, 2024
1 parent 0f5354f commit c036f99
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/pipeline/automation/dragen_alignment_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ _(See [automated_pipeline.svg](../../model/automated_pipeline.svg))_

- See [metadata.md](../metadata.md) note for NTC/PTC sample treatment.
- With Portal Ocicat release, the workflow does not differentiate between WGS or WTS. Hence, "DRAGEN Alignment QC".
- We run DRAGEN Alignment QC at per "lane" level per sequencing run for WGS library.
- WTS tumor library are typically single lane.

- We run DRAGEN Alignment QC at "lane" level for each WGS/WTS library.

## Option 1

Expand All @@ -18,6 +16,10 @@ _Step 1)_
- _Attached [dragen_alignment_qc.json](dragen_alignment_qc.json) here for convenience_
- The `batch_run_id` attribute is optional.

> NOTE:
>
> This will resume pipeline automation in "batch mode by sequencing run context" i.e. **it will trigger all downstream workflows**. In some scenario, you might want to skip some specific orchestration steps induced by QC complete. This use case is possible through leveraging `step_skip_list` system parameter. See `Pipeline Control > Step Skip` in [README](./README.md).
_Step 2)_
- Find corresponding `SequenceRun` info from `/sequencerun` endpoint
```bash
Expand All @@ -42,8 +44,3 @@ aws lambda invoke \
--payload file://dragen_alignment_qc.json \
out.json
```


## Option 2

_Meanwhile, please ask for orchestrator batch trigger option availability in Slack `#data-portal`._

0 comments on commit c036f99

Please sign in to comment.