-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENHANCEMENT: Provide a complete functional pipeline usable with test data #305
Comments
Example data runs with this:
Add to testing action |
Here's a set of commands (from https://github.com/grandjeanlab/INCF_preclinical/blob/main/rabies/process_test_dataset.ipynb) that should work on the new test dataset (https://zenodo.org/record/8349029):
QC outputs should reproduce what's found in https://github.com/grandjeanlab/INCF_preclinical/tree/main/rabies/test_dataset_QC. What would be the next steps to implement this systematically? |
This will be added to the GitHub action as a testing workflow. I need to figure out if it goes with the existing build or a seperate thing. @david-roper might do this |
Example data and testing commands need to exercise every part of the pipeline. Current container does not appear to properly run |
This is addressed #326. Essentially all functions not conducted with error_check_rabies.py will be complemented by processing real data, with the test dataset. This is now as complete as it can be at the moment. |
In order to ensure an installation of RABIES is functional, we need to exercise all steps of the pipeline with a minimal dataset.
That means
This can be used to ensure that any particular commit on the code works.
Related to #301 as I don't know if my changes break anything.
The text was updated successfully, but these errors were encountered: