-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from calico/python3.12
set up consistent python3.12 env
- Loading branch information
Showing
10 changed files
with
1,244 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.