Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
ready now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent cf3b134 commit 0cea811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ release: ## Create a new tag for release.
@echo "$${TAG}" > scprint/VERSION
@sed -i 's/^version = .*/version = "'$${TAG}'"/' pyproject.toml
@$(ENV_PREFIX)gitchangelog > HISTORY.md
@git add scprint/VERSION HISTORY.md
@git add scprint/VERSION HISTORY.md pyproject.toml
@git commit -m "release: version $${TAG} 🚀"
@echo "creating git tag : $${TAG}"
@git tag $${TAG}
@git push -u origin HEAD --tags
@echo "Github Actions will detect the new tag and release the new version."
@mkdocs gh-deploy
@echo "Documentation deployed to https://jkobject.github.io/scPRINT/"

.PHONY: docs
docs: ## Build the documentation.
Expand Down
5 changes: 0 additions & 5 deletions docs/embedder.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
handler: python

::: scprint.tokenizers.embedder
handler: python

## other tokenizers from scGPT and GeneFormer

::: scprint.tokenizers.tokenizer
handler: python
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scprint"
version = "1.0.15"
version = "1.1.2"
license = "MIT"
description = "scPRINT is a Large Cell Model for Gene Network Inference, Denoising and more from scRNAseq data"
authors = ["jeremie kalfon"]
Expand Down

0 comments on commit 0cea811

Please sign in to comment.