aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-12-31 03:47:27 -0600
committerPjotr Prins2024-12-31 03:47:27 -0600
commit511d2fc6cd929799b2a6af66f57f7e94a3d6b753 (patch)
tree1264c2e93ace7bced6982cf10ebfa76e4516472d
parent771fa1b25a336e871cd18ca2b654fc608476b8bf (diff)
downloadpangemma-511d2fc6cd929799b2a6af66f57f7e94a3d6b753.tar.gz
doc: breaking with the past
-rw-r--r--doc/code/pangemma.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md
index e23887f..c4ac75d 100644
--- a/doc/code/pangemma.md
+++ b/doc/code/pangemma.md
@@ -15,3 +15,9 @@ We want PanGEMMA to be able to run on high peformance computing (HPC) architectu
* Split functionality into components
* Wire components up so they can be tested and replaced
* New components may run in parallel
+
+## Breaking with the past
+
+The original gemma source base is considered stable and will be maintained - mostly to prevent bit rot. See https://github.com/genetics-statistics/GEMMA. To move forward we forked pangemma to be able to break with the past.
+
+Even so, pangemma is supposed to be able to run the same steps as the original gemma. And hopefully improve things.