diff options
Diffstat (limited to 'issues')
| -rw-r--r-- | issues/genetics/speeding-up-gemma.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/issues/genetics/speeding-up-gemma.gmi b/issues/genetics/speeding-up-gemma.gmi index a6a959b..96046a0 100644 --- a/issues/genetics/speeding-up-gemma.gmi +++ b/issues/genetics/speeding-up-gemma.gmi @@ -30,6 +30,14 @@ There is no such thing as a free lunch. So, let's dive in. * [ ] Fix sqrt(NaN) when running big file example with -debug * [ ] Other improvements... +# Summary + +Convert a geno file to mdb with + +``` +./bin/geno2mdb.rb mouse_hs1940.geno.txt --eval Gf # convert to floating point +``` + # Analysis As a test case we'll take on of the runs: |
