I'm encountering an issue where, whenever I try to run HISAT2 or FastQC in the terminal, they don't execute and instead prompt a window asking which software to open them with.
Although I can run FastQC by clicking on it directly, it doesn't work in the terminal.
Many thanks,
I use windows 11,
the command is fastqc, it is already in the path, I checked it manually, and when I run this command in the terminal, it asks me to choose how I prefer to open this file.
Thank you,
Yes I use linux on windows, I installed perl, the option to choose which software I want to open the file with have not disappeared, and it still don't work.
fastqc Data/demo.fastq -o Data/
and still didn't work
I am in the correct directory, I am wondering why it still don't work?
You seem to have done the right steps (and I assume you are familiar with $PATH and concept of relative paths). Do you also have java installed? FastQC is a java application and requires a java runtime.
Thank you, it worked almost after two months of struggle,
I nearly deleted everything and reinstalled it, I assume the problem was something that had to do with the cache and now it is working thank you a lot.
what's your OS? please tell us the command you are using to call FastQC.
Many thanks, I use windows 11, the command is
fastqc
, it is already in the path, I checked it manually, and when I run this command in the terminal, it asks me to choose how I prefer to open this file.thank you