We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Torsten,
It seems that the Pasteur A. baumannii scheme is not included in the BLAST database. Using the scheme abaumannii_2 returns no results:
abaumannii_2
bin/mlst --scheme abaumannii_2 <input FASTA> --debug
Retuned (after skipping matches for the Oxford A. baumannii scheme):
$VAR1 = [ 'abaumannii_2', '-', '-/-/-/-/-/-/-' ];
Also the inspection of the BLAST database returned no matches for the genes from the Pasteur scheme.
blastdbcmd -db db/blast/mlst.fa -entry all | grep 'Pas_.*'
Used version: mlst 2.5
mlst 2.5
The text was updated successfully, but these errors were encountered:
Fix missing _2 schemes from database (Issue #20)
a6417cd
@VGalata you are right - for some reason my script https://github.com/tseemann/mlst/blob/master/scripts/mlst-make_blast_db does not include schemes with _2 in them.
_2
I suspect I had a good reason at the time but I am not sure why now!
I have fixed the problem. Thank you for the report. Please use the latest github version (git clone).
Sorry, something went wrong.
tseemann
No branches or pull requests
Dear Torsten,
It seems that the Pasteur A. baumannii scheme is not included in the BLAST database. Using the scheme
abaumannii_2
returns no results:Retuned (after skipping matches for the Oxford A. baumannii scheme):
Also the inspection of the BLAST database returned no matches for the genes from the Pasteur scheme.
Used version:
mlst 2.5
The text was updated successfully, but these errors were encountered: