Entering edit mode
7.6 years ago
mariemh23
•
0
Hello,
I work on Mac OS Sierra. I have downloaded Fastqc tool. It works correctly when I use it interactively but when I try to use it with command line, it shows me this error message : impossible de trouver ou charger la classe principale uk.ac.babraham.FastQC.FastQCApplication .
Any ideas. Thank you
Post command that you tried.
Hi,
I just typed on my terminal fastqc
show us exactly what you typed, including the linux prompt and the error message. And switch your message s to english
You did not move any of the contents of
fastqc
folder after you downloaded and uncompressed the file?No, i just download the source code and i unzipped it into my download directory.
I have just realized that when I type fastqc -h it shows me this Sh-3.2 # fastqc -h
FastQC - A high throughput sequence QC analysis tool
SYNOPSIS
Fastqc seqfile1 seqfile2 .. seqfileN
Fastqc [-o output dir] [- (no) extract] [-f fastq | bam | sam] [-c contaminant file] seqfile1 .. seqfileN etc
However, when I type a command line like this
Sh-3.2 # fastqc - / Users / mariemh / Desktop / accriditation \ h3A / data / Dog10_R1.fastq.txt -o / Users / mariemh / Desktop / Error: Could not find or load main class uk.ac.babraham.FastQC.FastQCApplication