Closed dannda closed 11 months ago
Attention: 34 lines
in your changes are missing coverage. Please review.
Comparison is base (
f9e544a
) 29.54% compared to head (5de458e
) 28.78%. Report is 8 commits behind head on dev.
Files | Patch % | Lines |
---|---|---|
bin/integrate_anndata.py | 0.00% | 33 Missing :warning: |
bin/process_h5ad.py | 66.66% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds option in a multimodal yaml config file to define
args
for concatenating a matrix from cell2location. This enables defining asample
to use from the cell2location output file when it contains multiple samples, as well as a different prediction matrix. Also ensures observations from the AnnData object and cell2location match in order so concatenation is correct.