mobie / spatial-transcriptomics-example-project

An example project for spatial transcriptomics data
0 stars 0 forks source link

Updates on the spatial transcriptomics project #29

Closed constantinpape closed 1 year ago

constantinpape commented 1 year ago

Thanks for uploading the new version of MoBIE-beta @tischi! I tried it for the spatial transcriptomics project now and it works much better:

There's a couple minor things that would need to be addressed before I can finalize the screenshots and video for this project:

At some point it would also be interesting to know what the bottlenecks are now in loading this view. Is it loading the tables now? If yes, maybe supporting parquet could still help in speeding this up. But I think it's not a priority now.

tischi commented 1 year ago

I would need additionalTables working.

Working on it....

tischi commented 1 year ago

Right now there isn't any message in the log when a new view is being opened. So when opening a view that takes a bit longer it's unclear if something is happening. Could you add some message to the log along the lines Opening the view {VIEW-NAME}. This may take a couple of minutes for complex views.

if ( dataSources.size() > 20 )
    IJ.log("Initialising " + dataSources.size() + " data sources (this could take a couple of minutes..." );

OK?

tischi commented 1 year ago

I uploaded a new version where all of the above points should be fixed.

constantinpape commented 1 year ago
if ( dataSources.size() > 20 )
  IJ.log("Initialising " + dataSources.size() + " data sources (this could take a couple of minutes..." );

OK?

Looks good!

constantinpape commented 1 year ago

I checked and all this works. I will create some follow up issues.