PNNL-CompBio / Snekmer

Pipeline to apply encoded Kmer analysis to protein sequences
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Model packaging #89

Open biodataganache opened 1 year ago

biodataganache commented 1 year ago

Include support for packaging model output files as a simple gzipped 'package' - this can be done alongside the individual files, and will encapsulate everything needed for each model. Also include a model.yaml file that provides metadata about the model, including user description and list of the identifiers used for training.

This will require modification of the model rule (to do the packaging) and of the search rule (to be able to use the single model files).

biodataganache commented 1 year ago

A separate model package type will have to be added for the learn/apply modes as well.