diff options
author | Pjotr Prins | 2025-01-05 08:53:27 -0600 |
---|---|---|
committer | Pjotr Prins | 2025-01-05 08:53:27 -0600 |
commit | c3c7796994f354c159981ebb6ba43fc3ea60ed02 (patch) | |
tree | e9f792ff8f12c75229fd91ef891f7df639fc9a4f /doc/code | |
parent | 916e5b472665fa37713d5dce7c3530a9ca987cbc (diff) | |
download | pangemma-master.tar.gz |
Diffstat (limited to 'doc/code')
-rw-r--r-- | doc/code/pangemma.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md index 1c3fed9..91d877c 100644 --- a/doc/code/pangemma.md +++ b/doc/code/pangemma.md @@ -246,10 +246,9 @@ Alright, to duplicate above filtering routine we are going to add an alternative read-geno-file (with filtering) -> list-of-filtered-genotypes rb-read-geno-file -> rb-filter-geno-file -> '' -'read-geno-file' translates to GEMMA's read-geno-file and rb-read-geno-file is the alternate path. list-of-filtered-genotypes will be a file that we can compare between the two paths. +'read-geno-file' translates to GEMMA's read-geno-file (maybe I should name it gemma-read-geno-file) and rb-read-geno-file is the alternate path. list-of-filtered-genotypes will be a file that we can compare between the two paths. These steps should be so simple that anyone can replace them with, say, a python version. So, what can go wrong? - # Other ## Example |