Intall MAGIC-BLAST in Ubuntu from BASH SHELL in windows powershell.
1
0
Entering edit mode
3.5 years ago
jjvelazcoa • 0

I've been trying install magic blast for the ubuntu version in windows powershell by downloading the package and using the command:

sudo apt-get install magicblast

But it does not work. I get the following message:

Reading package lists... Done

Building dependency tree

Reading state information... Done

E: Unable to locate package makeblastdb

I have also tried using the ncbi-magicblast-1.5.0 command, but nothing works.

If there is someone who has managed to install it, I thank you for sharing the information.

magicblast ncbi ubuntu linux powershell • 2.1k views
ADD COMMENT
0
Entering edit mode
3.5 years ago
GenoMax 141k

You should use conda as recommended by NCBI.

conda install -c bioconda magicblast
conda activate magicblast
ADD COMMENT
0
Entering edit mode

Thanks, i did it. But i need to have magicblast running in bash powershell for my bioinformatics course.

ADD REPLY
2
Entering edit mode

But i need to have magicblast running in bash powershell for my bioinformatics course.

I strongly recommend doing the curse in a Linux system, as a Docker container or VM

ADD REPLY
1
Entering edit mode

If you did the above then you should be able to run magicblast once you activate the conda environment. If you open a new bash shell you will need to do conda activate magicblast in that shell.

ADD REPLY
0
Entering edit mode
3.0 years ago

I was able to use magicblast command in the ncbi-magicblast-1.5.0/bin/ folder using:

./magicblast

instead of only magicblast. Also use

export PATH=$PATH:/home/ncbi-magicblast-1.5.0/bin/ then you can use the regular magicblast command in any folder e.g.

magicblast -help

ADD COMMENT

Login before adding your answer.

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