Skip to content

Commit

Permalink
Merge pull request #157 from zktuong/swap-nxviz-dependency
Browse files Browse the repository at this point in the history
remove nxviz from requirements
  • Loading branch information
zktuong committed Jun 27, 2022
2 parents 7f38a03 + 57fa582 commit 801f5bd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,10 @@ pip install "rpy2>=3.4.2" # or if you don't mind having conda manage R: conda in
pip install sc-dandelion
# or pip install git+https://github.com/zktuong/dandelion.git
# for the development branch, run this: pip install git+https://github.com/zktuong/dandelion.git@devel

# to use ddl.pl.clone_overlap, please install nxviz:
pip install git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
# separately until the PR is approved and merged.
````

#### R
Expand Down
1 change: 1 addition & 0 deletions container/environment.yml
Expand Up @@ -21,3 +21,4 @@ dependencies:
- scanpy>=1.7.0
- sc-dandelion>=0.1.0
- rpy2==3.4.2
- git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
1 change: 1 addition & 0 deletions container/environment_dev.yml
Expand Up @@ -21,3 +21,4 @@ dependencies:
- scanpy>=1.7.0
- git+https://www.github.com/zktuong/dandelion@devel
- rpy2==3.4.2
- git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
1 change: 1 addition & 0 deletions container/environment_master.yml
Expand Up @@ -21,3 +21,4 @@ dependencies:
- scanpy>=1.7.0
- git+https://www.github.com/zktuong/dandelion@master
- rpy2==3.4.2
- git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
1 change: 1 addition & 0 deletions container/environment_test.yml
Expand Up @@ -20,3 +20,4 @@ dependencies:
- pip:
- scanpy>=1.7.0
- rpy2==3.4.2
- git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
4 changes: 4 additions & 0 deletions docs/README.md
Expand Up @@ -80,6 +80,10 @@ pip install "rpy2>=3.4" # or if you don't mind having conda manage R: conda inst
pip install sc-dandelion
# or pip install git+https://github.com/zktuong/dandelion.git
# for the development branch, run this: pip install git+https://github.com/zktuong/dandelion.git@devel

# to use ddl.pl.clone_overlap, please install nxviz:
pip install git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
# separately until the PR is approved and merged.
````

#### R
Expand Down
4 changes: 4 additions & 0 deletions docs/README.rst
Expand Up @@ -101,6 +101,10 @@ python/conda packages
# or pip install git+https://github.com/zktuong/dandelion.git
# for the development branch, run this: pip install git+https://github.com/zktuong/dandelion.git@devel
# to use ddl.pl.clone_overlap, please install nxviz:
pip install git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges
# separately until the PR is approved and merged.
R packages
^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -16,4 +16,3 @@ h5py>=3.1.0
adjustText>=0.7
distance>=0.1.3
plotnine>=0.6.0
nxviz @ git+https://github.com/zktuong/nxviz.git@custom_color_mapping_circos_nodes_and_edges

0 comments on commit 801f5bd

Please sign in to comment.