J35P312 / SVDB

structural variant database software
MIT License
38 stars 16 forks source link

Fixed python import issue with python3 #49

Closed insung3511 closed 2 years ago

insung3511 commented 2 years ago

I got a issue in my raspberry pi and I little bit changed that import stuff like this

from . import [any module]
->
import [any module]
DanielAndreasen commented 2 years ago

How did you install SVDB? And curious that you run this on a raspberry pi. Sounds cool

insung3511 commented 2 years ago

Tbh Im not sure that I did well just trying to make it run. Its that have to use docker?

DanielAndreasen commented 2 years ago

Maybe have a look at the install instructions: https://github.com/J35P312/SVDB#install

insung3511 commented 2 years ago

Hmm okay thanks. I will try it.

J35P312 commented 2 years ago

Hello! And thanks for contributing! Bioinformatics on raspberry pi seems very cool =P.

There seems to be some import errors in the tests for py27 and py3, can you have a look; I would be happy to merge if this is resolved!

Do you get any issues running SVDB on raspberry pi? If so, feel free to make an issue! best regards Jesper

insung3511 commented 2 years ago

Aight, thanks. Always trying to be helped 👍