Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "enact-SO"
version = "0.1"
description = "ENACT is the first tissue-agnostic pipeline that integrates advanced cell segmentation with Visium HD transcriptomics data to infer cell types across whole tissue sections. This pipeline incorporates novel bin-to-cell assignment methods, enhancing the accuracy of single-cell transcript estimates."
version = "0.2"
description = "ENACT is a self-contained pipeline designed to streamline Visium HD analysis from cell segmentation to annotation, enabling integration with advanced spatial analysis tools."
license ={ file = "LICENSE.md" }
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -30,7 +30,7 @@ dependencies = [
"shapely==2.0.5",
"stardist==0.9.1",
"tifffile==2024.7.24",
"scvi-tools==1.1.6",
"scvi-tools==1.1.6.post2",
"scanpy==1.10.2",
"geopandas==1.0.1",
"tensorflow==2.17.0",
Expand Down
2 changes: 1 addition & 1 deletion reproduce_paper_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PY_ENV_PATH=$1

conda activate $PY_ENV_PATH

FILE_URL="https://zenodo.org/records/13887921/files/ENACT_supporting_files.zip"
FILE_URL="https://zenodo.org/records/14748859/files/ENACT_supporting_files.zip"
OUTPUT_FILE="ENACT_supporting_files.zip"

# Download ENACT supporting files if they are not present
Expand Down