Revert "temporarily remove cell cell comm" - #598
Conversation
This reverts commit 1068e5f.
Codecov ReportBase: 86.11% // Head: 94.62% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #598 +/- ##
==========================================
+ Coverage 86.11% 94.62% +8.50%
==========================================
Files 135 135
Lines 3378 3440 +62
Branches 176 176
==========================================
+ Hits 2909 3255 +346
+ Misses 412 124 -288
- Partials 57 61 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Ooh, debug this in the next couple of days!! |
|
Error code from the nextflow log looks like it's to do with the location of the omnipathr config file. |
|
Is Omnipath ever explicitly called in your code, or is it wrapped by LIANA? This seems to error out in a |
|
OK. This is odd. OmniPath is not actually used (I thought it might be wrongly calling Loading OmniPath then makes it initiate it's own .cache and .configs, and this is where/why the exception is thrown. I was able to reproduce it by removing the permissions from my The next in-line solution would be to enable OmniPath to save in the current directory, or alternatively to just have a temporary Third solution (most work solution), save everything as files and I can move OmniPath from imported to suggested in LIANA. |
|
I just opened up the docker image and |
This reverts commit 1068e5f.
Cell cell communication was causing benchmarks to fail: https://github.com/openproblems-bio/openproblems/actions/runs/3136011677/jobs/5095990766
We need to identify the problem before we can merge it back in.