aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-05Add a guix definition to enable installationFrederick Muriuki Muriithi
2022-05-05Add the long_description field for setuptoolsFrederick Muriuki Muriithi
2022-05-05Add `etc' as a package so that files underneath it are installedFrederick Muriuki Muriithi
2022-05-05Add package management configsFrederick Muriuki Muriithi
2022-05-02Optimise strain names parsingFrederick Muriuki Muriithi
2022-04-28Use sqlite3 to save the jobs metadataFrederick Muriuki Muriithi
2022-04-28Update queuing and display results of file parsingFrederick Muriuki Muriithi
2022-04-27Enable managing app via setup.pyFrederick Muriuki Muriithi
2022-04-27Implement command-line interface for QC of filesFrederick Muriuki Muriithi
2022-04-26Fix issues caught processing the jobsFrederick Muriuki Muriithi
2022-04-26Queue file parsing jobsFrederick Muriuki Muriithi
2022-04-25Call parsing function. Fix a few issues.Frederick Muriuki Muriithi
2022-04-25Implement file uploadFrederick Muriuki Muriithi
2022-04-25Advance seek_position on errorFrederick Muriuki Muriithi
2022-04-25`take`: function to select a few items from an iterableFrederick Muriuki Muriithi
2022-04-25docs: update documentation on checksFrederick Muriuki Muriithi
2022-04-25UI: Add index page and basic stylingFrederick Muriuki Muriithi
2022-04-25Ignore the instance directory if present in the repositoryFrederick Muriuki Muriithi
2022-04-21Collect all the errorsFrederick Muriuki Muriithi
2022-04-20Add scaffolding for web appFrederick Muriuki Muriithi
2022-04-20Update parameters for testsFrederick Muriuki Muriithi
2022-04-20Fix linting issuesFrederick Muriuki Muriithi
2022-04-13Implement remaining file parsing testsFrederick Muriuki Muriithi
2022-04-13Check for `DuplicateHeader` errors in `parse_file` functionFrederick Muriuki Muriithi
2022-04-13Update `valid_header` to pass check for duplicated headersFrederick Muriuki Muriithi
2022-04-13Add test for duplicate headersFrederick Muriuki Muriithi
2022-04-13Implement test for parsing that failsFrederick Muriuki Muriithi
2022-04-13Add tests outline for file parsingFrederick Muriuki Muriithi
2022-04-13Update Exception nameFrederick Muriuki Muriithi
2022-04-13Add sample files for testsFrederick Muriuki Muriithi
2022-04-11Add missing `__init__.py` to prevent import errorsFrederick Muriuki Muriithi
2022-04-11Implement MVI for headers validity checking functionFrederick Muriuki Muriithi
2022-04-11Add tests for headersFrederick Muriuki Muriithi
2022-04-11Implement MVP for valid_value functionsFrederick Muriuki Muriithi
2022-04-11Implement tests and stubs for functions under testFrederick Muriuki Muriithi
2022-04-11Set up initial, failing tests for cell valuesFrederick Muriuki Muriithi
2022-04-11Initialise the QC repositoryFrederick Muriuki Muriithi