Open aryarm opened 6 years ago
I'm putting this on the back-burner because:
@JarredAllen,
Actually, I sort of resolved this issue already in a0b43dcc7d347b75defe62d8aaa21393c032601d. When the requirements.yaml
file existed, one could theoretically just do
conda env create -f requirements.yaml
to install all of the necessary dependencies (source).
I mostly made this issue because we had been discussing running the pipeline on a server cluster (with snakemake) and the person who wrote the original code for this repository told me that installing the dependencies manually had been really difficult.
I kept the issue open despite having completed the requirements.yaml
file because I hadn't tested it and I wasn't sure if there was a way to install the matlab engine properly with conda
.
But if y'all won't ever be porting the code over to a different computer, I agree that it's probably not useful to keep this issue open.
this can be done using conda
unfortunately, you might have some trouble with matlab_engine, since it isn't available on anaconda for all versions of matlab (source) maybe we shouldn't list it as a conda dependency