You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for trying to adapt mitofinder to python 3. However, I see that you changed the way it should be installed without providing instructions in README. I guess that after wget https://github.com/Adamtaranto/MitoFinder/archive/master.zip we should continue with unzip master.zip && mv MitoFinder-master MitoFinder && cd MitoFinder. But then the ./install.sh does not exist.
I figured out that python3 setup.py build && python3 setup.py install might help, but what next? There's no mitofinder command to use.
Cheers!
The text was updated successfully, but these errors were encountered:
Hello,
thanks for trying to adapt mitofinder to python 3. However, I see that you changed the way it should be installed without providing instructions in README. I guess that after
wget https://github.com/Adamtaranto/MitoFinder/archive/master.zip
we should continue withunzip master.zip && mv MitoFinder-master MitoFinder && cd MitoFinder
. But then the./install.sh
does not exist.I figured out that
python3 setup.py build && python3 setup.py install
might help, but what next? There's no mitofinder command to use.Cheers!
The text was updated successfully, but these errors were encountered: