Code: Select all
conda install -c bioconda krona
Code: Select all
InvalidArchiveError('Error with archive C:\Users\COMPUTER\anaconda3\pkgs\krona-2.8.1.tar.bz2. You probably need to delete and re-download or re-create this file. Message was:\n\nfailed with error: seeking backwards is not allowed')
Ich arbeite unter Windows 10 und mit Conda Version 25.9.1.
Ich weiß nicht, was ich tun soll. Irgendwelche Ideen?
BEARBEITEN: Nur für den Fall, dass jemand das gleiche Problem hat, habe ich am Ende Strawberry Perl und KronaTools installiert und dies in cmd oder PowerShell ausgeführt:
Code: Select all
cd PATH
perl PATH\ImportText.pl -o “krona_output/krona_output.html” “PATH/FILE_NAME.txt:FILE_NAME”
Code: Select all
cd PATH
perl PATH\ImportText.pl -o “krona_output/krona_output.html” “PATH/FILE_NAME_1.txt:FILE_NAME_1” “PATH/FILE_NAME_2.txt:FILE_NAME_2” “PATH/FILE_NAME_3.txt:FILE_NAME_3”
Mobile version