Skip to content

Commit

Permalink
Include scBoolSeq tool
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit ec49a8d96737355d89f48cf30a64856355f7c156
Author: Loïc Paulevé <loic.pauleve@labri.fr>
Date:   Fri Oct 20 23:45:44 2023 +0200

    scboolseq: pin version

commit 6ebbfcf19707ea503157a39a0f3b68b9ee7f2b70
Author: Loïc Paulevé <loic.pauleve@labri.fr>
Date:   Fri Oct 20 23:43:51 2023 +0200

    scBoolSeq tutorials

commit 51c46efd070849050785c66d55ed4f4e0d8c4b53
Author: Loïc Paulevé <loic.pauleve@labri.fr>
Date:   Fri Oct 20 23:43:38 2023 +0200

    scBoolSeq info

commit 01256d7617bee9f082343280e342d524caa5c01f
Author: Loïc Paulevé <loic.pauleve@labri.fr>
Date:   Fri Oct 20 23:43:16 2023 +0200

    install scboolseq
  • Loading branch information
pauleve committed Oct 20, 2023
1 parent ec23c6a commit 8ce8011
Show file tree
Hide file tree
Showing 7 changed files with 6,136 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \
pymaboss=0.8.5=py_0 \
pypint=1.6.3=py_0 \
pystablemotifs=3.0.4dev1=py_0 \
scboolseq=2.0=py_0 \
&& conda clean -y --all && rm -rf /opt/conda/pkgs

COPY validate.sh /usr/local/bin/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ access to the following softwares:
| PyBoolNet | https://github.com/hklarner/PyBoolNet | Generation, modification and analysis of Boolean networks | Python module [`PyBoolNet`](https://github.com/hklarner/PyBoolNet) |
| pyStableMotifs | https://github.com/jcrozum/pystablemotifs | Target-control of Boolean networks | Python module [`pystablemotifs`](https://github.com/jcrozum/pystablemotifs) |
| R-BoolNet | https://cran.r-project.org/package=BoolNet | Analysis and reconstruction of Boolean networks dynamics | RPY2 python interface |
| scBoolSeq | https://github.com/bnediction/scBoolSeq | scRNA-Seq data binarisation and synthetic generation from Boolean dynamics | Python module [`scboolseq`](https://github.com/bnediction/scBoolSeq) |



Expand Down
5 changes: 5 additions & 0 deletions hooks/release_changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,10 @@
"name": "CaSQ",
"description": "Convert static interaction maps into executable models",
"release_url": "https://github.com/soli/casq"
},
"scboolseq": {
"name": "scBoolSeq",
"description": "scRNA-Seq data binarisation and synthetic generation from Boolean dynamics",
"release_url": "https://github.com/bnediction/scBoolSeq/releases/tag/v{}"
}
}
1 change: 1 addition & 0 deletions tutorials/scBoolSeq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.csv

0 comments on commit 8ce8011

Please sign in to comment.