Skip to content

Commit

Permalink
Merge pull request #82 from calico/python3.12
Browse files Browse the repository at this point in the history
set up consistent python3.12 env
  • Loading branch information
davek44 authored Mar 9, 2024
2 parents cd0ec6b + 6bbf5e9 commit eb8c739
Show file tree
Hide file tree
Showing 10 changed files with 1,244 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ We benchmarked **_solo_** against other doublet detection tools such as DoubletF

### Quick set up
Run the following to clone and set up ve.
`git clone [email protected]:calico/solo.git && cd solo && conda create -n solo python=3.7 && conda activate solo && pip install -e .`
`git clone [email protected]:calico/solo.git && cd solo && conda create -n solo python=3.12 && conda activate solo && pip install -e .`

Or install via pip
`conda create -n solo python=3.7 && conda activate solo && pip install solo-sc`
`conda create -n solo python=3.12 && conda activate solo && pip install solo-sc`

If you don't have conda follow the instructions here: https://docs.conda.io/projects/conda/en/latest/user-guide/install/

Expand Down
5 changes: 5 additions & 0 deletions build/lib/solo/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__author__ = "David Kelley, Nick Bernstein"
__email__ = "[email protected]"
__version__ = "0.1"

from . import hashsolo, utils
Loading

0 comments on commit eb8c739

Please sign in to comment.