tomdeman-bio / Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-

Antimicrobial resistance gene predictor
GNU General Public License v2.0
4 stars 7 forks source link

blastn and makeblasdb not found by SSTAR while they are both find in command line #3

Open jupollet opened 4 years ago

jupollet commented 4 years ago

Hi, I follow the instruction to install and get the dependencies for SSTAR on Windows and on Linux. In both cases, blastn and makeblasdb were found in command line but SSTAR still say if makeblastdb and blastn are installed .. Can you help me please ?

thanks.

Justine

tomdeman-bio commented 4 years ago

Hi Justine,

Thanks for your message! When trying to run it on Linux, did you run these three commands on the command line (I also just updated this in the README doc)?

echo 'export BLASTN="blastn"' >> $HOME/.bash_profile echo 'export MAKEBLASTDB="makeblastdb"' >> $HOME/.bash_profile

source .bash_profile

The Windows version is only compatible with BLAST versions: 2.2.29+, 2.2.30+, 2.2.31+, 2.5.0+ and 2.6.0+ and need to be installed in

C:\Program Files\NCBI

Please let me know if this works for you

-Tom

Op vr 18 okt. 2019 om 11:16 schreef jupollet notifications@github.com:

Hi, I follow the instruction to install and get the dependencies for SSTAR on Windows and on Linux. In both cases, blastn and makeblasdb were found in command line but SSTAR still say if makeblastdb and blastn are installed .. Can you help me please ?

thanks.

Justine

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-/issues/3?email_source=notifications&email_token=ABIDXZACJJ2KEYNH2HHZBN3QPHHM3A5CNFSM4JCI2AM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSY6KYQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIDXZGEWU52DQV2L4LY7ALQPHHM3ANCNFSM4JCI2AMQ .

tomdeman-bio commented 4 years ago

and please disregard the * characters in my previous response. The commands did not survive email formatting....