-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting python-parakeet version and updating install instruciton in r…
…eadme. Version bump
- Loading branch information
Showing
3 changed files
with
7 additions
and
19 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 |
---|---|---|
|
@@ -90,34 +90,19 @@ conda create -n roodmus_python3_10_4 python=3.10.4 | |
source activate roodmus_python3_10_4 | ||
git clone [email protected]:aj-lab/roodmus.git | ||
git checkout jgreer/merge_w_analysis | ||
cd ../ | ||
git clone https://github.com/rosalindfranklininstitute/parakeet.git | ||
cd parakeet | ||
git checkout 17a0c864f6cfd84b5fd56b60fa446f7b021d338c | ||
git submodule update --init --recursive | ||
cd ../ | ||
git clone https://gitlab.com/ccpem/ccpem-pipeliner.git | ||
cd ccpem-pipeliner | ||
git checkout bedbedbe183ad497dbaa82a638f210d316ba9bae | ||
cd ../ | ||
export CXX=<path>/g++ | ||
export CUDACXX=<path>/bin/nvcc | ||
export CMAKE_CUDA_ARCHITECTURES=<> | ||
pip install --upgrade pip | ||
cd roodmus | ||
pip install e . | ||
pre-commit install | ||
pip install pytest | ||
cd ../ | ||
cd parakeet | ||
pip install -e . | ||
cd../ | ||
cd ccpem-pipeliner | ||
pip install -e . | ||
``` | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "roodmus" | ||
version = "0.0.33" | ||
version = "0.0.34" | ||
authors = [ | ||
{ name="Joel Greer", email="[email protected]" }, | ||
{ name="Maarten Joosten", email="[email protected]" }, | ||
|
@@ -26,6 +26,7 @@ dependencies = [ | |
"MDAnalysis", | ||
"umap-learn", | ||
"scikit-learn>=1.3", | ||
"python-parakeet==0.5.1", | ||
] | ||
|
||
[project.scripts] | ||
|
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