Running "make pizzly" crashes because it requires the expression/Kallisto outputs files, which are not unzipped by default from the Makefile.
For now I've removed pizzly from make all as its output is lower priority; if you want the output, unzip the TGZ generated by expression so that there is an expression/Kallisto folder before make pizzly.
This doesn't affect fab-wrapped runs as the Fabfile unzips the expression output as part of its process.
Running "make pizzly" crashes because it requires the expression/Kallisto outputs files, which are not unzipped by default from the Makefile.
For now I've removed pizzly from
make all
as its output is lower priority; if you want the output, unzip the TGZ generated by expression so that there is anexpression/Kallisto
folder beforemake pizzly
.This doesn't affect fab-wrapped runs as the Fabfile unzips the expression output as part of its process.