mskcc / pluto-cwl

CWL workflows for helix filter scripts
1 stars 6 forks source link

consolidate Python fixtures #94

Open stevekm opened 2 years ago

stevekm commented 2 years ago

Some unit tests use Python-generated fixtures such as demo mutations

These are currently scattered about in pluto-cwl, pluto, and helix_filters repos

Need to gather them all and keep them in more consolidated places (either per-repo or for all repos) so that its easier to find them

stevekm commented 2 years ago

This is started here; https://github.com/mskcc/pluto-cwl/blob/master/tests/fixtures.py

stevekm commented 2 years ago

Also here; https://github.com/mskcc/pluto-cwl/blob/master/tests/fixtures_fillout.py

stevekm commented 2 years ago

Also need to migrate the fixtures from pluto.settings to here as well; https://github.com/mskcc/pluto/blob/e10fd75b9f384b8d13ff84f6c955e08b2c354b4f/settings.py#L121

these data sets should be moved back into the pluto-cwl repo