Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# scLVM

## This is a version of scLVM with fixed imports for python 3.10, however it still needs some attention and love.
You need a conda environment with python 3.10, pip, numpy and limix-legacy. Install scLVM from github by first forking, and then running "pip install ." inside the repo. However, some parameter changes are not fixed yet. Do not install scLVM via pip, that version is not working.

## What is scLVM?

Expand Down
6 changes: 3 additions & 3 deletions scLVM/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import sys
#import limix #make sure we use the right limix version

from utils.misc import dumpDictHdf5
from utils.misc import PCA
from utils.misc import warning_on_one_line
from .utils.misc import dumpDictHdf5
from .utils.misc import PCA
from .utils.misc import warning_on_one_line
import limix_legacy

import limix_legacy.deprecated.modules.panama as PANAMA
Expand Down