diff options
author | Frederick Muriuki Muriithi | 2021-09-15 05:35:34 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-09-15 05:35:34 +0300 |
commit | ed2e4c0f9d68cfb720da95eba559d69359f7b5fc (patch) | |
tree | d72253c80a7f814365ce521505777fb6b8c30c8a | |
parent | 0d4e21d74d54554cf278142d0a31d35bec873ac1 (diff) | |
download | genenetwork3-ed2e4c0f9d68cfb720da95eba559d69359f7b5fc.tar.gz |
Add missing sample file for tests
* tests/unit/db/data/genotypes/genotype_sample1.geno: new file
Add a missing sample data file needed for unit tests.
-rw-r--r-- | tests/unit/db/data/genotypes/genotype_sample1.geno | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/unit/db/data/genotypes/genotype_sample1.geno b/tests/unit/db/data/genotypes/genotype_sample1.geno new file mode 100644 index 0000000..2a55964 --- /dev/null +++ b/tests/unit/db/data/genotypes/genotype_sample1.geno @@ -0,0 +1,23 @@ +# File name: genotype_sample for testing + +# Metadata: Please retain this header information with file. + + +@name: BXD +@type: riset +@mat: B +@pat: D +@het:H +@unk: U + + + + + + +Chr Locus cM Mb BXD1 BXD2 BXD5 BXD6 BXD8 BXD9 +1 rs31443144 1.50 3.010274 B B D D D B +1 rs6269442 1.50 3.492195 B B D D H Y +1 rs32285189 1.63 3.511204 B U D D D B +2 rs31443144 1.50 3.010274 B B D D D B +2 rs6269442 1.50 3.492195 B B D D H Y
\ No newline at end of file |