bvalot / pyMLST

whole genome MLST analysis
Other
33 stars 5 forks source link

Database/Schema version #31

Open marchoeppner opened 3 months ago

marchoeppner commented 3 months ago

Hi,

me again ;)

I was wondering if there is any way (planned or already available) to retrieve the version of the mlst schema a database was built from (when imported), and preferably when the database was built (import and create).

I see some "version"-related columns in the SQL schema, but I don't think these can be read out with claMLST .

Would be nice to have to provide users with a more robust audit trail.

/M

bvalot commented 3 months ago

Hi Marc,

No, there is no track of database version or when it was create. However, for MLST database, there is information of last update.

I'm going to look at for add this information on log rapidly, but for store on base is more complicated.

Thanks for this suggestion

bvalot commented 3 months ago

See "last_updated" key on scheme API

bvalot commented 3 months ago

Add database version on log