From 89b9d3b4a49b49f95dfa0e1578cac0cb0dca8df6 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 12 Dec 2019 14:58:39 +0100 Subject: [PATCH] Added todo list --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..daf3943 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +For the first stable release of rBAPS, the following features should be implemented: + +- [] Clustering of populations (import `greedyPoPMix.m` from BAPS) +- [] Clustering of individuals (import `greedyMix.m` from BAPS) +- [] Spatial clustering of populations (import `spatialPoPMixture.m` from BAPS) +- [] Spatial clustering of individuals (import `spatialMixture.m` from BAPS) +- [] Admixture analysis (import `admix1.m` from BAPS) + +Note to contributors: as tasks get finished, please update this file with an `x` and keep it there. This should help us fill out a changelog for an eventual stable release. \ No newline at end of file