Document ID: SOP-002
Version: 1.0
Effective date: 2026-05-24
Author: Bhavitha Kandru (kandru.b@northeastern.edu)
Approver: _____
Review cycle: Annual
This SOP defines the change control procedure for any modification to the validated-deseq2-pipeline.
Applies to changes affecting:
- Source code (
scripts/) - Tests (
tests/) - Test data (
data/) - Validation documents (
validation/) - SOPs (
sops/)
The requestor opens a Pull Request describing:
- What is being changed
- Why
- Expected revalidation scope (per
validation/09_revalidation_triggers.md)
QA reviewer assigns the revalidation scope:
- None: documentation-only changes not affecting requirements
- Partial: OQ subset, PQ subset
- Full: IQ + OQ + PQ
The change is implemented in a feature branch. All affected tests must pass.
The required IQ/OQ/PQ activities are executed. Results are recorded.
The change is recorded in audit-trail/change-log.md with:
- Date
- Author
- Change description
- Revalidation summary
- Affected document versions
QA reviewer approves; change is merged to main.
Affected SOP users are notified of the change.
For changes required to fix a critical bug:
- Implement the fix.
- Document in change-log.md as "Emergency change."
- Complete full impact assessment and revalidation within 5 business days post-implementation.
| Version | Date | Author | Change |
|---|---|---|---|
| 1.0 | 2026-05-24 | Bhavitha Kandru | Initial issue |