Skip to content

Test data cleanup

The test data we use to run notebooks and test coverage alike is a bit messy. It is hard to understand which data is used where. We should do a cleaning run at some point. We may be able to remove some of the test files and use external data e.g. from scanpy.datasets. Or another idea might be to outsource the files and load them on demand.

Anyhow, the whole testing structure should be revisited and refactored as needed.

Plotting:

  • clustering.py
  • embedding.py
  • general.py
  • genometracks.py
  • highly_variable.py
  • marker_genes.py
  • qc_filter.py
  • velocity.py

Tools:

Utils:

See this presentation for detailed instructions: https://docs.google.com/presentation/d/1U2raXqmlCiJr3fGbZVy3lhZ2Zdt_hU47lYSkKwxmSQs/edit?usp=sharing

Edited by Jan Detleffsen