MannLabs / scPortrait

https://mannlabs.github.io/scPortrait/
Apache License 2.0
27 stars 0 forks source link

Review requirements.txt #53

Open namsaraeva opened 2 months ago

namsaraeva commented 2 months ago

The requierements.txt file is possibly not up to date.

sophiamaedler commented 2 months ago

we have added stitching functionality which requires additional dependencies.

Problematic dependencies:

sophiamaedler commented 2 months ago

py-lmd has been added as a GitHub requirement until a pip release is available see commit 499f3d9

sophiamaedler commented 2 months ago

@namsaraeva do you have any issues running from scportrait.tools.stitch import Stitcher, ParallelStitcher in a fresh install of scportrait without installing any additional dependencies?

namsaraeva commented 2 months ago

@sophiamaedler just tested, it runs through for me

sophiamaedler commented 2 months ago

I am not sure how best to deal with the java dependency. On my devices I already have java installed so pyjnius runs without any issues but I guess this doesn't apply to all setups. I have added some information on this in the install instructions but its not an ideal solution yet.