Replies: 1 comment 1 reply
-
Hi Xiao, Or follow the instructions here: Please let me know if that worked out for you. Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, All,
I encountered an error while loading the transcriptome_fasta for the Kallisto Index. I have attached the image and error messages below.
I would appreciate any advice on how to fix this error.
Thanks,
Xiao
Traceback (most recent call last):
File "rnalysis/utils/io.py", line 2451, in generate_base_call
File "rnalysis/utils/io.py", line 2392, in run_subprocess
File "subprocess.py", line 1026, in init
File "subprocess.py", line 1955, in _execute_child
FileNotFoundError: [Errno 2] No such file or directory: 'kallisto'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "rnalysis/gui/gui.py", line 4442, in finish_generic_job
File "rnalysis/gui/gui_widgets.py", line 387, in run
File "rnalysis/fastq.py", line 1645, in kallisto_create_index
File "rnalysis/utils/io.py", line 2455, in generate_base_call
FileNotFoundError: RNAlysis could not find 'kallisto'. Please ensure that your installation folder is correct, or add it to PATH.
Beta Was this translation helpful? Give feedback.
All reactions