vscentrum / vsc-software-stack

Central repository of easyconfigs used in the software installations on VSC clusters.
2 stars 6 forks source link

MitoFinder #216

Open laraPPr opened 1 year ago

laraPPr commented 1 year ago
boegel commented 1 year ago

related to MitoHiFi (see #198)

boegel commented 1 year ago

MitoFinder requires Python 2.7.18 (see also https://github.com/RemiAllio/MitoFinder/issues/19), while MitoHiFi that depends on it requires Python 3

options:

boegel commented 1 year ago

@deniskristak Can you take a look at this?

deniskristak commented 1 year ago

seems like this is not necessary

boegel commented 1 year ago

@deniskristak There is an explicit installation request for this, separate from MitoHiFi.

The question is whether it should be installed with Python 2 (which is probably fine to run it standalone), or whether it needs to be patched to be compatible with Python 3 (since it's a dependency for MitoHiFi, which requires Python 3)

deniskristak commented 12 months ago

opened PR in that case

boegel commented 10 months ago

PR needs more work, since we really don't want to use that funky install.sh script...