Uh oh!
There was an error while loading. Please reload this page.
Stephen/spaceranger2.0 - #2296
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@## master #2296 +/- ##
===========================================
+ Coverage 0.31% 71.80% +71.49%
===========================================
Files 97 97 Lines 11485 11523 +38 ===========================================
+ Hits 36 8274 +8238 + Misses 11449 3249 -8200
|
Zethson
commented
Jul 27, 2022
Thank you! Maybe also relevant for @giovp ? |
stephenwilliams22
commented
Sep 30, 2022
@Zethson just wanted to see if there were any issues with merging this PR. |
giovp
left a comment
There was a problem hiding this comment.
hi @stephenwilliams22 , thanks for this PR, only one minor thing.
Uh oh!
There was an error while loading. Please reload this page.
@giovp looking at this again, it seems you drop the mixed up columns anyway (https://github.com/scverse/squidpy/blob/fb069ded7515e8a1386224d32344a8657cbecd2e/squidpy/read/_read.py#L100) so I'd suggest having one code path with the correct column names. Please let me know if you need more clarity and help getting this over the hump for release. |
giovp
commented
Oct 8, 2022
Hi @stephenwilliams22 , we drop it from obs since we don't want to save spatial coordinates there, cause they should be only in obsm. So the only changes between space rangers version is the name of the tissue position file correct? but the order of the columns remains the same? |
ivirshup
commented
Oct 9, 2022
@giovp, should this change happen in scanpy or squidpy? |
giovp
commented
Oct 9, 2022
I would make it happen in both and deprecate this function from the next release (as well as all the other spatial). |
Has this happened in squidpy already? |
giovp
commented
Oct 10, 2022
yes, need one further clarification from @stephenwilliams22 and then will resolve also in squidpy. |
stephenwilliams22
commented
Oct 10, 2022
Yes, this is correct. |
stephenwilliams22
commented
Nov 14, 2022
@giovp do we have an update on merging this yet? Anything left on my end? |
ivirshup
commented
Feb 16, 2023
@giovp, @stephenwilliams22, @Zethson This PR seems to have broken a number of tests. I believe due to the change in If this was always wrong... surely usage would have caught that, so we must be correcting for this somewhere else. What's the correction here? And is it something that should be done quickly, or should I revert this PR until we can figure it out? |
giovp
commented
Feb 16, 2023
from discussing with @stephenwilliams22 this made me think there shouldn't be changes with column names yet it seems like it is,
we actually might have had similar reports in squidpy as well, let me ask @LLehren for support, will probably have to fix it in squidpy side as well. |
giovp
commented
Feb 16, 2023
for reference scverse/squidpy#599 |
ivirshup
commented
Feb 17, 2023
Alright, I'm going to revert for now then |
This PR updates scanpy to accommodate the latest changes made in spaceranger 2.0 which will break the released version of scanpy. Will provide backwards compatibility to pre 2.0 releases.