aboutsummaryrefslogtreecommitdiff
path: root/tests/test_data/metadata.json
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-03 10:44:59 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commit5000815bdcb5f85a2898831589849088e50b93f2 (patch)
tree7a2ac7905956f9ccc39faeae318a89762b96a56c /tests/test_data/metadata.json
parent66b10e25df4de8bade79db9bd7a49c8db86e43a6 (diff)
downloadgenenetwork3-5000815bdcb5f85a2898831589849088e50b93f2.tar.gz
Add test data directory
Diffstat (limited to 'tests/test_data/metadata.json')
-rw-r--r--tests/test_data/metadata.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test_data/metadata.json b/tests/test_data/metadata.json
new file mode 100644
index 0000000..4dda4b6
--- /dev/null
+++ b/tests/test_data/metadata.json
@@ -0,0 +1,12 @@
+{
+ "title": "This is my dataset for testing the REST API",
+ "description": "Longer description",
+ "date": "20210127",
+ "authors": [
+ "R. W. Williams"
+ ],
+ "cross": "BXD"
+ "geno": "BXD_geno.txt.gz",
+ "pheno": "BXD_pheno.txt",
+ "snps": "BXD_snps.txt"
+}