Skip to content

Commit

Permalink
Merge pull request #63 from faridrashidi/develop
Browse files Browse the repository at this point in the history
release v0.0.17
  • Loading branch information
faridrashidi authored Sep 28, 2021
2 parents a4f9370 + 8a59928 commit 20cd380
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches:
- master
- develop
workflow_dispatch:

jobs:
init:
Expand Down
8 changes: 4 additions & 4 deletions .scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ elif [[ "$OS" == "ubuntu-latest" ]]; then
sudo Rscript -e 'devtools::install_github("YuLab-SMU/ggtree")'
sudo Rscript -e 'devtools::install_github("YuLab-SMU/aplot")'
sudo Rscript -e 'devtools::install_github("xiangpin/ggtreeExtra")'
sudo Rscript -e 'devtools::install_github("zhouzilu/DENDRO")'
sudo Rscript -e 'devtools::install_github("single-cell-genetics/cardelino")'
sudo Rscript -e 'devtools::install_github("jlaffy/scalop")'
sudo Rscript -e 'devtools::install_github("jlaffy/infercna")'
# sudo Rscript -e 'devtools::install_github("zhouzilu/DENDRO")'
# sudo Rscript -e 'devtools::install_github("single-cell-genetics/cardelino")'
# sudo Rscript -e 'devtools::install_github("jlaffy/scalop")'
# sudo Rscript -e 'devtools::install_github("jlaffy/infercna")'
sudo Rscript -e 'BiocManager::install("graph")'
sudo Rscript -e 'devtools::install_bitbucket("edith_ross/oncoNEM")'

Expand Down
8 changes: 8 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Release Notes
=============


Version 0.0.17 :small:`September 29, 2021`
------------------------------------------

This version includes:

- Fix the installation bug.


Version 0.0.16 :small:`September 27, 2021`
------------------------------------------

Expand Down

0 comments on commit 20cd380

Please sign in to comment.