This repository was archived by the owner on Sep 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,14 @@ release: ## Create a new tag for release.
81
81
@echo " $$ {TAG}" > scprint/VERSION
82
82
@sed -i ' s/^version = .*/version = "' $$ {TAG}' "/' pyproject.toml
83
83
@$(ENV_PREFIX ) gitchangelog > HISTORY.md
84
- @git add scprint/VERSION HISTORY.md
84
+ @git add scprint/VERSION HISTORY.md pyproject.toml
85
85
@git commit -m " release: version $$ {TAG} 🚀"
86
86
@echo " creating git tag : $$ {TAG}"
87
87
@git tag $$ {TAG}
88
88
@git push -u origin HEAD --tags
89
89
@echo " Github Actions will detect the new tag and release the new version."
90
+ @mkdocs gh-deploy
91
+ @echo " Documentation deployed to https://jkobject.github.io/scPRINT/"
90
92
91
93
.PHONY : docs
92
94
docs : # # Build the documentation.
Original file line number Diff line number Diff line change 4
4
handler: python
5
5
6
6
::: scprint.tokenizers.embedder
7
- handler: python
8
-
9
- ## other tokenizers from scGPT and GeneFormer
10
-
11
- ::: scprint.tokenizers.tokenizer
12
7
handler: python
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scprint"
3
- version = " 1.0.15 "
3
+ version = " 1.1.2 "
4
4
license = " MIT"
5
5
description = " scPRINT is a Large Cell Model for Gene Network Inference, Denoising and more from scRNAseq data"
6
6
authors = [" jeremie kalfon" ]
You can’t perform that action at this time.
0 commit comments