Record the Improvement
-
Edit the SOP.
-
Stage the change:
Terminal window git add DNA_Extraction.md -
Commit with explanation:
Terminal window git commit -m "Increase lysis time to improve DNA yield"
What happens when a protocol improves? Do we overwrite it?
Six months later, the DNA extraction SOP improves.
Original step:
Incubate at 55°C for 10 minutes.Improved step:
Incubate at 55°C for 20 minutes.Add Proteinase K.In traditional file systems, the old version disappears.
In a Git-based SOP system, it becomes part of the documented evolution.
Record the Improvement
Edit the SOP.
Stage the change:
git add DNA_Extraction.mdCommit with explanation:
git commit -m "Increase lysis time to improve DNA yield"Instead of:
You create:
Protocols become scientific artefacts with history.