Skip to content
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

Open
santataRU opened this issue Nov 7, 2024 · 2 comments
Open

Bug Report: Kallisto quantification of fastq failed #42

santataRU opened this issue Nov 7, 2024 · 2 comments
Assignees

Comments

@santataRU
Copy link

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

Screenshot 2024-11-06 at 11 26 33 PM

How did you install RNAlysis?

Stand-alone app

RNAlysis version

4.1.0

Operating system

MacOS

Additional context

No response

@GuyTeichman
Copy link
Owner

Hi,
could you please show me the log box output (at the bottom of the RNAlysis window), as well as the kallisto log file itself (should be saved in our output directory)?

Thanks,
Guy.

@GuyTeichman GuyTeichman self-assigned this Nov 8, 2024
@santataRU
Copy link
Author

santataRU commented Nov 9, 2024

Hi, could you please show me the log box output (at the bottom of the RNAlysis window), as well as the kallisto log file itself (should be saved in our output directory)?

Thanks, Guy.

Thank you Guy,

There is no log from Kallisto.

RNAlysis Log:
Welcome to RNAlysis!
Report generation turned off.

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):
File "rnalysis/utils/io.py", line 2456, in generate_base_call
File "rnalysis/utils/io.py", line 2397, in run_subprocess
File "subprocess.py", line 1026, in init
File "subprocess.py", line 1955, in _execute_child
NotADirectoryError: [Errno 20] Not a directory: '/Users/bieniaszlab/opt/miniconda3/bin/kallisto/kallisto'

During handling of the above exception, another exception occurred:

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 1891, in kallisto_quantify_paired_end
File "rnalysis/fastq.py", line 1952, in _parse_kallisto_misc_args
File "rnalysis/utils/io.py", line 2463, in generate_base_call
OSError: 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.

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:

index         Builds a kallisto index 
quant         Runs the quantification algorithm 
quant-tcc     Runs quantification on transcript-compatibility counts
bus           Generate BUS files for single-cell data 
h5dump        Converts HDF5-formatted results to plaintext
inspect       Inspects and gives information about an index
version       Prints version information
cite          Prints citation information

Running kallisto CMD without arguments prints usage information for CMD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants