Skip to content

OshratL/athena-tutorial

 
 

Repository files navigation

ATHENA tutorial

ATHENA workflows presented at WIS.

Install Package

# create a new virtual environment with Python 3.8
conda create -y -n athena python=3.8
conda activate athena

# install spatialOmics data container
pip install "git+git://github.com/histocartography/spatial-omics.git@master"

# install ATHENA package
pip install "git+git://github.com/histocartography/athena.git@master"

# install tutorial specific packages
pip install colorcet
pip install jupyter lab

About

ATHENA workflows presented at WIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%