Miniconda InvalidArchiveError when downloading FastQC
3
0
Entering edit mode
3.0 years ago
minifoog ▴ 10

I am new to using miniconda and when I tried downloading FastQC, I keep getting this error:

InvalidArchiveError("Error with archive C:\\miniconda\\pkgs\\fastqc-0.11.9-hdfd78af_1.tar.bz2.  You probably need to delete and re-download or re-create this file.  Message from libarchive was:\n\nCan't create '\\\\?\\C:\\miniconda\\pkgs\\fastqc-0.11.9-hdfd78af_1\\bin\\fastqc'")

Any solution to this?

conda fastqc • 3.0k views
ADD COMMENT
1
Entering edit mode
3.0 years ago
GenoMax 141k

While conda is recommended for installing bioinformatics packages in this case it may be simple to download fastqc zip file for Windows directly from FastQC site (LINK). A Java Runtime is needed.

As for the error you are seeing, it may be due to Windows OS not being supported (as noted by dariober and/or windows not able to deal with bzip compressed files (You could try conda install -c anaconda bzip2 to fix that).

ADD COMMENT
0
Entering edit mode

I tried this and does not work. I'll just use the app provided by FastQC. Thanks for the response.

ADD REPLY
0
Entering edit mode
3.0 years ago
Juke34 8.5k

Something went wrong when downloading the tar.bz2 archive. Just remove it re-launch your command

ADD COMMENT
0
Entering edit mode
3.0 years ago

I don't know if this is related at all to your problem but fastQC comes from the bioconda repository and bioconda does not support Windows operating system (search for Windows on this page https://bioconda.github.io/contributor/guidelines.html), at least at the moment. From C:\miniconda\pkgs... I guess you are on Windows, right?

ADD COMMENT
0
Entering edit mode

I am on Windows, and you are right, FastQC is not supported by Windows as of right now. I'll just use the app as said by Geno.

ADD REPLY

Login before adding your answer.

Traffic: 1968 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