Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cantinilab/scPRINT
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 15, 2024
2 parents 63c8e6a + bbc89bc commit f08814f
Show file tree
Hide file tree
Showing 104 changed files with 380,674 additions and 305,368 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,8 @@ data/main/bias_sparse.npz
*.gv
data/log/
file.txt
*.dataset
*.arrow
tests/data/step_0__predict_part_0_0.h5ad
data/human_dcm_hcm_nf/
data/geneformertest.csv
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[submodule "RNABERT"]
path = scprint/tokenizers/RNABERT
url = https://github.com/jkobject/RNABERT
[submodule "tools/DeepSEM"]
path = tools/DeepSEM
url = https://github.com/jkobject/DeepSEM
[submodule "tools/SERGIO"]
path = tools/SERGIO
url = https://github.com/jkobject/SERGIO
[submodule "tools/scFoundation"]
path = tools/scFoundation
url = https://github.com/biomap-research/scFoundation
[submodule "tools/scGPT"]
path = tools/scGPT
url = https://github.com/jkobject/scGPT
[submodule "tools/Geneformer"]
path = tools/Geneformer
url = https://huggingface.co/ctheodoris/Geneformer/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ release: ## Create a new tag for release.
@git commit -m "release: version $${TAG} 🚀"
@echo "creating git tag : $${TAG}"
@git tag $${TAG}
@git push -u origin HEAD --tags
@git push -u cantini 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/"
Expand Down
172 changes: 109 additions & 63 deletions docs/notebooks/cancer_usecase.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit f08814f

Please sign in to comment.