hadasvolk / CompLabNGS

Computational Lab in Next Generation Sequencing and Genomics Data Analysis - TAU 0411358701
MIT License
1 stars 1 forks source link

cant properly install QUAST #7

Closed RonSverdlov closed 7 months ago

RonSverdlov commented 7 months ago

i used QUAST 5.2.0 manual to try and install QUAST, asked chatgpt for help and googled how to install it. i installed a bunch of packages that I'm not sure if they are correct. i also don't understand what do you mean running quast on assembly 4. I eventually managed to get some sort of quast command to work, I start the command with "python quast.py" and I continue putting the file directories of the contings and scaffolds, this results in a new directory with nothing in it other than the log file which states a bunch of different errors regarding utf-8 codec and some more unclear errors. sorry if I spill too much but I'm in a little frustration after a few hours of trying to figure it out. is there a method to start from scratch, to understand how to install/access/use assembly4 (when did you talk about it?) and also quast?

hadasvolk commented 7 months ago

Have you attempted to install via anaconda? Manual installation can be cumbersome and difficult to debug, I agree

conda create -n l7 -c bioconda quast busco
conda activate l7
quast --version
hadasvolk commented 7 months ago

@RonSverdlov I assume you managed to get things working