You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: