Getting started on Windows

Use the following directions to quickly get started and run on Windows 10 the ExpressionMatrix2 software on a toy dataset distributed as part of the repository. These directions apply to release 0.4.0 or later, and assume that you choose to use release 0.4.0.

For convenience, the list below summarizes the commands to run. This assumes that the python3 and graphviz package are already installed.

mkdir ExpressionMatrix2
cd ExpressionMatrix2
wget https://github.com/chanzuckerberg/ExpressionMatrix2/releases/download/0.4.0/ExpressionMatrix2-0.4.0.tar
tar -xvf ExpressionMatrix2-0.4.0.tar
cd ExpressionMatrix2-0.4.0/tests/ToyTest1
export PYTHONPATH=~/ExpressionMatrix2/ExpressionMatrix2-0.4.0/build/Release-ubuntu16-nohdf5-python3
python3 run.py
python3 runServer.py