diff options
-rw-r--r-- | issues/implement-parallel-correlation-with-rust.gmi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi index b572b8f..b89e086 100644 --- a/issues/implement-parallel-correlation-with-rust.gmi +++ b/issues/implement-parallel-correlation-with-rust.gmi @@ -35,6 +35,10 @@ parralel computation * [ ] gn2 integration(WIP) +* [ ] parsing input datasets + +* [ ] benchmark for all datasets rust v python + @@ -58,6 +62,15 @@ added a documentation for correlation rust PR for integrating to genenetwork: -=> https://github.com/genenetwork/genenetwork3/pull/93 +=> https://github.com/genenetwork/genenetwork3/pull/93 + + + +### 8 ,July 2022 + +worked on input data parsing and enhancements + +PR for parsing datasets +=> https://github.com/genenetwork/genenetwork3/pull/96 |