Open deearahman opened 4 years ago
Hi tseemann,
I'm wondering why is the mlst database blank. I did get the mlst result so I am assuming it was from the mlst/db/...
Thanks, Dyana
Hmmm, not sure! The code is:
realpath(dirname(which('mlst'))."/../db/blast/mlst.fa");
In your bash shell can you type
bash
realpath "$(dirname $(which mlst))/../db/blast/mlst.fa"
Hi tseemann,
I'm wondering why is the mlst database blank. I did get the mlst result so I am assuming it was from the mlst/db/...
Thanks, Dyana