fosterlab / PrInCE-Matlab

Bioinformatics pipeline for predicting protein interactomes via co-elution
GNU General Public License v3.0
4 stars 2 forks source link

Error running Windows matlab s #4

Closed smdb21 closed 4 years ago

smdb21 commented 5 years ago

Hi, I got an error running some dataset. After running for several hours I get this: image

And in the log file I got:

image

I wanted to check whether I need to update something, but I couldn't download the latest installation package for Windows. I would appreciate any help on this. Thanks!

GregStacey commented 4 years ago

We'll see if the newly-compiled Windows standalone fixes this. (I'll upload the standalone in the next couple days.)

Were you running the practice dataset or your own? If your own and the error persists, you could send me the dataset for troubleshooting. Thanks!

GregStacey commented 4 years ago

A new Windows standalone version is available (https://drive.google.com/file/d/1pKbna5_CCvxjzz9VFwBiIgjtqud6SeOP/view?usp=sharing, also now linked in the README). Hopefully that solves the error.

smdb21 commented 4 years ago

I will try and let you know either way

smdb21 commented 4 years ago

Hi! After installing the latest version, I got this error: image The log file is here: logfile.txt The input files I use are in this zip: Input.zip Thank you for your help!

GregStacey commented 4 years ago

Hi Salvador, do you have one experimental condition and three replicates? If so, your condition files might be misformatted. Each experimental condition should have its own csv file, and each of those files should have all replicates. To correctly format the files, just copy and paste from condition2.csv and condition3.csv into condition1.csv (minus the headers).

Fixing this should solve the errors. I'm confirming that's the case for you data.

(If, instead, you have three experimental conditions with one replicate each, just set the replicate column in each file to be equal to 1 on all rows.)

GregStacey commented 4 years ago

I confirmed that fixing your input files fixed the error (merging condition1.csv, condition2.csv, and condition3.csv). I'll close this issue, but let me know if any errors persist for you and we can reopoen or start a new issue.

smdb21 commented 4 years ago

Ok, I am still running it. If you confirm it, that is great! Thank you again for your help!

smdb21 commented 4 years ago

Hi @GregStacey , sorry to bother again. I did what you said, having just 1 condition, and 3 replicates, I convert it to just having an input file condition1.csv, with the corresponding column of replicate 1-2-3. However, I still get an error, this one different: image I attach log file: logfile.txt And input merged file: condition1.zip The output so far is this: Output.zip (next time I try, can I skip one of the steps so that I can do it faster?).

Thanks again for the help

GregStacey commented 4 years ago

Hi Salvador, unfortunately I can't reproduce the error. It looks like it's not finding the Alignment module (Alignment.m). Luckily Alignment is an optional step, so you should be able to get around the error by just skipping it. (You should see a button to skip it when you start prince.) I hope that works!

smdb21 commented 4 years ago

Hi! Thanks for trying. However, I tried to re-run it skipping the alignment module and I still get exactly the same error. Do you recommend me to re-install or something? Not sure why I get an error like that. Thanks again