From ff9260b917a5fd0c99aaa38f2a37187ad9f43108 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Tue, 23 Apr 2024 09:03:44 +1000 Subject: [PATCH] Fix section headers and suggest samtool's hts-specs from upstream as advised in https://github.com/samtools/hts-specs/issues/766 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfa3810..eaaa671 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -##tiny-test-data +## tiny-test-data Super small biological datasets designed with unit testing in mind. -###rationale +UPDATE: Probably use [hts-specs](https://github.com/samtools/hts-specs/tree/master/test) test data instead? + +### rationale Tests are great to have but they are not very fun to write and coming up with small datasets for testing, especially given the myriad of file formats we deal with, is often super annoying. One way to make tests less not-fun to write is to have a handy set of tiny test data at hand. -###contributing +### contributing If you have a nice set of tiny test data of your own please open up a pull request.