-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Kallisto quantification of fastq failed #42
Comments
Hi, Thanks, |
Thank you Guy, There is no log from Kallisto. RNAlysis Log: Window popped up for Error message: RNAlysis has encountered the following error: RNAlysis could not run '['/Users/bieniaszlab/opt/miniconda3/bin/kallisto/kallisto', 'version']'. Please ensure that the installed version of kallisto matches your operating system and try again. Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): In the MacOS terminal, if I run: Kallisto, I got the following: kallisto 0.51.0 Usage: kallisto CMD [arguments] .. Where CMD can be one of:
Running kallisto CMD without arguments prints usage information for CMD |
Describe the bug
After I clicked "Start Kallisto quantify (paired-end reads)", I encountered the error message below:
Traceback (most recent call last):
File "rnalysis/gui/gui.py", line 4470, in finish_generic_job
File "rnalysis/gui/gui_widgets.py", line 387, in run
File "rnalysis/fastq.py", line 1920, in kallisto_quantify_paired_end
File "rnalysis/fastq.py", line 1925, in _process_kallisto_outputs
File "rnalysis/fastq.py", line 1995, in _merge_kallisto_outputs
FileNotFoundError: Could not find the kallisto output for sample '1-ctrlKO' at /Volumes/Xiao/RNAseq/202303_DDX42KO_RNAseq/trim_adapter/trim_fastq/kallisto/1-ctrlKO/abundance.tsv
Steps To Reproduce
After I clicked "Start Kallisto quantify (paired-end reads)", I encountered the error message above.
Expected behavior
No response
Screenshots
How did you install RNAlysis?
Stand-alone app
RNAlysis version
4.1.0
Operating system
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: