HI
I performing quality checking for assembled transcripts using rnaQUAST-2.1.0 with BUSCO as an additional parameter. rnaQUAST runs smoothly with given computational power (threads 16). when It starts the BUSCO step, it runs only on 1 thread as a default, It may be because of multithreading issues in tblastn (using ncbi-blast-2.10.0+) ? If I'm not wrong, I tried with an older version of ncbi-blast-2.3.0, during the BUSCO step, it runs only on 1 thread as a default. Please let me know where I'm doing wrong.
Thanks
Just now I realized BUSCO has been updated 6 days before. Thanks for the suggestions.
I tried to install BUSCO v4.1.2 using conda install -c bioconda busco, it installing only the older version of BUSCO 4.0.6.
Check the order of the conda channels, and install BUSCO at a new environment, not at the base environment.
I'm also facing the same problem with BUSCO, as @sunnykevin97 pointed out. unable to install newest version. Can you show me how do I order of the conda channels, and install BUSCO at a new environment.
To set the correct order of channels in bioconda
Then do