From a6503290be777494c56c43e2fe645555269f287c Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 13 Dec 2019 17:33:11 +0100 Subject: [PATCH] Fixed checkbox formatting --- TODO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index daf3943..6870710 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +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) +- [ ] 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 +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.