diff options
Diffstat (limited to 'issues/genenetwork2')
-rw-r--r-- | issues/genenetwork2/mapping-error.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/genenetwork2/mapping-error.gmi b/issues/genenetwork2/mapping-error.gmi index 36dcb00..2e28491 100644 --- a/issues/genenetwork2/mapping-error.gmi +++ b/issues/genenetwork2/mapping-error.gmi @@ -45,3 +45,7 @@ Traceback (most recent call last): for sample in samples: TypeError: 'NoneType' object is not iterable ``` + +### Updates + +This is likely just because the genotype file doesn't exist in the necessary format (BIMBAM). We probably need to convert the R/qtl2 genotypes to BIMBAM. |