Skip to content

Commit

Permalink
Merge pull request #125 from FridljDa/master
Browse files Browse the repository at this point in the history
Add yml file and easier installation instruction
  • Loading branch information
pedrofale authored Aug 6, 2024
2 parents 025a7b7 + d77d4fd commit 65c247b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SCICoNE takes a read counts matrix of cells by genomic bins and outputs the copy
## Installation
Once the requirements are in place, downloading and installing SCICoNE takes about 5 minutes.
```bash
git clone git@github.com:cbg-ethz/SCICoNE.git # Clone the repository
git clone https://github.com/cbg-ethz/SCICoNE.git # Clone the repository
cd SCICoNE
mkdir build && cd build # Create and enter the build directory
cmake ../scicone/ # Compile the program with cmake
Expand Down
61 changes: 23 additions & 38 deletions docs/notebooks/tutorial.ipynb

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions pyscicone/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Scicone
channels:
- defaults
dependencies:
- python
- ipykernel
- numpy
- scipy
- h5py
- tqdm
- seaborn
- graphviz
- pygraphviz
- conda-forge::matplotlib=3.3.2

- pip
- pip:
- git+https://github.com/cbg-ethz/SCICoNE.git@master#egg=scicone&subdirectory=pyscicone
#pip install pyscicone/

0 comments on commit 65c247b

Please sign in to comment.