Age | Commit message (Collapse) | Author |
|
It's easier, and more robust to put the data under a prefix within a
redis database rather than try to run a redis server, especially
within the test environment. This commit updates the tests to use a
redis prefix instead.
|
|
Fetch the sample/case names from the database rather than from a
static file in the repository.
Issue:
https://issues.genenetwork.org/issues/quality-control/read-samples-from-database-by-species
|
|
|
|
While we run the service under GNU Guix, there is no telling where
anyone else with access to the code (which is open-source) will run
the application. This means we need a more dynamic way to get the
paths for any commands we choose to run.
|
|
|
|
|
|
|
|
- Test upload with missing or invalid data
- Test triggering the parsing of the file
|
|
|
|
- Use a way faster way of parsing the strains file
|
|
|
|
* Implement remaining file parsing tests and some helpers functions
needed for ensuring the tests work.
|