theislab / scib

Benchmarking analysis of data integration tools
MIT License
294 stars 63 forks source link

Check dependies in functions #262

Closed mumichae closed 3 years ago

mumichae commented 3 years ago

Check if optional dependencies are available in their respective functions and control behaviour when import fails.

Checks for:

mumichae commented 3 years ago

The test is tailored to the Github actions workflow. In order for kBET to work properly, we'd need a proper R installation in the CI, which would be something for a separate workflow and PR.

LuckyMD commented 3 years ago

Thanks @mumichae !