Dear All I have latest version of Fastqc and java environment. Fastqc file does not open the program and when I run it from terminal it makes only a zip file and not the html report. zip file is also always broken and "An error occurred while loading the archive".
@ubuntu:~$ java -version openjdk version "1.8.0_03-Ubuntu" OpenJDK Runtime Environment (build 1.8.0_03-Ubuntu-8u77-b03-3ubuntu3-b03) OpenJDK 64-Bit Server VM (build 25.03-b03, mixed mode)
I assume you are running FastQC in GUI mode? Can you try running it on the command line (I will assume FastQC, Java are in your $PATH otherwise use full path to FastQC)
I did it as per your instructions but the results are same
Are you using the latest FastQC available?
I am not sure why you decided to put fastqc under /etc (it looks like you must have just moved/copied fastqc perl script to /etc). Can you run fastqc from the original folder (without moving the script out of the FastQC directory)?