Open Mintxoklet opened 1 year ago
Hi, It appears like RNAlysis fails to find the kallisto executable. I have a few follow-up questions:
Thanks, Guy.
Hello, So first I tried with the RNAlysis version 3.4 I had installed with Python. And that ocurred. When initializing RNAlysis it told me there was a newer verions available (3.6) but for some reason when trying to update, the app would just close and restart again, asking once more if I would like to update. So I tried updating it by downloading the standalone zip 3.6 version and executing it with the RNAlysis.exe as stated in the instructions. This way I had 2 rnalysis. I tried then using the 3.6 version, but the error prompt when performing the kallisto quantification was exactly the same.
Regarding question 1, I specified the kallisto folder which was "C:\Users\Jon\AppData\Local\kallisto". For instance RNalysis folder is in that same "Local" directory, if that is of any use to you.
Hi, Could you please make sure that inside the folder "C:\Users\Jon\AppData\Local\kallisto" exists a file called "kallisto.exe"?
Yes there is. In fact, since kallisto wasnt working with RNAlysis, I have run kallisto alone on the PowerShell terminal. Then, following what RNAlysis does automatically, I have summarized the transcript abundances for genes with tximport in R. But still it would be nice to sort this out, as first time it worked flawlessly in RNAlysis and was is so much more convenient.
Hi, Unfortunately I've been unable to replicate this issue on my local setup. Since you ran into this problem when using the stand-alone version, I would suggest that you update your Python version of RNAlysis manually, and then try running kallisto again using the Python version of RNAlysis.
To manually update RNAlysis Python version, open your terminal and type the following command:
pip install --upgrade RNAlysis[alll]
Please let me know if that works (both the manual update and using kallisto afterwards).
Best, Guy.
Hello again, The manual pip update worked just fine to update to the latest 3.6.2 version. However, the error I got when trying to perform the kallisto quantification was exactly the same. :(
Description
I have used RNAlysis before, I was just trying to use the kallisto gene quantification tool for 8 paired end read fastq samplles, but when starting the quant a message error appears.
What could be causing the issue?