-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pass all parameters to cellfinder_run * changed required, optional and internal fields. read_config passes. add method to config class (WIP) * add signal and background data from local * add missing data config fixtures * mark GIN download data test as slow * refactor config class methods and remove setup_workflow * tests pass with default config * remove unused fixtures * update entry point * change cellfinder-core to cellfinder in pyproject * update cellfinder to cellfinder_core * renaming cellfinder script workflow to cellfinder_core. fix entrypoint test. * docstrings for class config * fix entry point * skip add input paths test * split tests with and without CLI inputs * all tests passing with default config * all tests passing with default option * make all paths input strings. move methods to class. make some fixtures dict. simplify other fixtures * refactor setup_workflow * cosmetic changes to fixtures * remove spurious monkeypatched cwd from merge * add skips that were removed in merge * move fixtures to code where they are used * bring back default_input_config_cellfinder fixture * finalise adding local config as parameter in test_read_cellfinder_config * add local config to remaining unit tests * add local config and GIN config to test main * monkeypatched home in integration tests (only works in main) * skip tests that use subprocess for now * monkeypatch pooch.retrieve when forcing download * make config local fixture copy downloaded GIN data (rather than re-download again) * fix output dir definition * docstrings and remove merge artifact * fill in docstrings * add GIN default location as a fixture * remove commented out GIN default location * remove tests for running script (monkeypatched home function not passed to subprocess, and all subsequent steps already tested) * replace entry point test for smoketest * fixes from rebase * fix ruff
- Loading branch information
Showing
8 changed files
with
514 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.