diff options
Diffstat (limited to 'doc/code')
-rw-r--r-- | doc/code/pangemma.md | 6 |
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. |