>>> in your conda line seems to indicate that you have logged into python interpreter. Exit back out to the shell prompt using quit().
I believe that conda offers to modify your $PATH at the end of the installation so the executable is available. Otherwise find where it is located and add that directory to your $PATH.
It appears that you are doing this on Windows due to the C:/ path specification. Certain programs may not be supported on windows though simlord seems to indicate that it may work as long as python3 and other dependencies are available.
Unclear what you are showing us here. I assume with quit() you are back on the command prompt. Which command prompt is that? Is that from windows or from Windows subsystem for Linux (WSL).
Hi, I am new and unsure of any of this. I have however been successful at installing an alternative called FASTQC, and can open my .fastq file here. Thank you for your responses.
Unclear what you are showing us here. I assume with
quit()
you are back on the command prompt. Which command prompt is that? Is that from windows or from Windows subsystem for Linux (WSL).Hi, I am new and unsure of any of this. I have however been successful at installing an alternative called FASTQC, and can open my .fastq file here. Thank you for your responses.