qichao1984 / NCyc

42 stars 22 forks source link

set up blast in the conda environment #28

Open laibinhuang opened 2 years ago

laibinhuang commented 2 years ago

Hi Professor Tu,

I set up blast using conda,

in the code,

NCBI blast ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy.NOTSUPPORTED/2.2.26/blast-2.2.26-x64-linux.tar.gz

(cannot get this gz file using this web)

my $blast = "~/bin/blast/bin/blastall"; (no blastall in bin folder, just have blastx, blastn, blastp in /home/lbhuang/miniconda3/pkgs/blast-2.12.0-pl5262h3289130_0/bin/)

my $formatdb = "~/bin/blast/bin/formatdb"; (no formatdb in bin folder)

so which one can I use? Thank you very much