You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that it is currently not possible to use "claMLST import" to build a database for Klebsiella pneumoniae. Given that this is a somewhat "important" species, I was wondering why that is. I understand that the profile is hosted over on the Pasteur website, but pubmlst does link to it via their REST API, surely? It does leave me with the need to come up with a work-around via "claMLST create" with the downloaded alleles and profile csv just for this single bacterium. Would be nice if that wasn't necessary.
Cheers,
Marc
The text was updated successfully, but these errors were encountered:
Yes, the Klebsiella pneumoniae species data was not present on the REST API of pubmlst.
However, I make a recent update of the tools to 2.1.6 and add the possibility to upload data from Pasteur too.
Becarefull, because in Pasteur REST API, only genus name is indicate. For your purpose, you can use the following command line:
claMLST import -r pasteur /path/to/db Klebsiella
If you want a more stable option, download all alleles and profiles and use create option.
Hi,
and thanks for the feedback on the other issues.
I noticed that it is currently not possible to use "claMLST import" to build a database for Klebsiella pneumoniae. Given that this is a somewhat "important" species, I was wondering why that is. I understand that the profile is hosted over on the Pasteur website, but pubmlst does link to it via their REST API, surely? It does leave me with the need to come up with a work-around via "claMLST create" with the downloaded alleles and profile csv just for this single bacterium. Would be nice if that wasn't necessary.
Cheers,
Marc
The text was updated successfully, but these errors were encountered: