From c3c7796994f354c159981ebb6ba43fc3ea60ed02 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 5 Jan 2025 08:53:27 -0600 Subject: doc: note on naming gemma-read-geno-file --- doc/code/pangemma.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/code') 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 -- cgit v1.2.3