Fastqc error message
1
0
Entering edit mode
7.0 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

software error • 5.0k views
ADD COMMENT
0
Entering edit mode

Post command that you tried.

ADD REPLY
0
Entering edit mode

Hi,

I just typed on my terminal fastqc

ADD REPLY
1
Entering edit mode

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

export LANG=en_US.UTF-8
ADD REPLY
0
Entering edit mode
sh-3.2# fastqc
Error: Could not find or load main class uk.ac.babraham.FastQC.FastQCApplication
ADD REPLY
0
Entering edit mode

You did not move any of the contents of fastqc folder after you downloaded and uncompressed the file?

ADD REPLY
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode
6.1 years ago
eug • 0

Do you use bioconda's fastqc? It'll help to remove additional channels (not default and bioconda) and reinstall fastqc:

conda config --get channels
conda config --remove channels 'conda-forge'
conda install -n env_name -c bioconda fastqc==0.11.5
ADD COMMENT

Login before adding your answer.

Traffic: 3112 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6