Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/imsb-uke/xenium-cgn into main
Browse files Browse the repository at this point in the history
  • Loading branch information
robinredX committed Dec 5, 2024
2 parents ff2b595 + 49dd3cb commit 4d77f4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,3 @@ install.packages('IRkernel')
IRkernel::installspec(name = 'xen-cgn-r', displayname = 'xen-cgn-r')
quit()
```




## Additionally needed packages.
ZS: I had to install shapely to define periglom regions.

### pip install shapely
**Output :**
Collecting shapely
Downloading shapely-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.0 kB)
Requirement already satisfied: numpy<3,>=1.14 in /opt/conda/envs/xen-cgn/lib/python3.11/site-packages (from shapely) (1.24.4)
Downloading shapely-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 7.8 MB/s eta 0:00:0000:0100:01
Installing collected packages: shapely
Successfully installed shapely-2.0.5
Note: you may need to restart the kernel to use updated packages.
#####
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,4 +644,5 @@ dependencies:
- umap-learn==0.5.6
- igraph==0.10
- leidenalg==0.9.0
- shapely==2.0.5
prefix: /opt/conda

0 comments on commit 4d77f4a

Please sign in to comment.