about summary refs log tree commit diff
path: root/tests/unit
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-09-15 05:35:34 +0300
committerFrederick Muriuki Muriithi2021-09-15 05:35:34 +0300
commited2e4c0f9d68cfb720da95eba559d69359f7b5fc (patch)
treed72253c80a7f814365ce521505777fb6b8c30c8a /tests/unit
parent0d4e21d74d54554cf278142d0a31d35bec873ac1 (diff)
downloadgenenetwork3-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.
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/db/data/genotypes/genotype_sample1.geno23
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