diff options
Diffstat (limited to 'tests/test_data/metadata.json')
-rw-r--r-- | tests/test_data/metadata.json | 12 |
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" +} |