Mercurial > repos > galaxytrakr > plasmidtrakr
view tool-data/plasmidtrakr.loc.sample @ 11:6749dde97f01 draft
planemo upload commit b4bd359c36f6c12b50463fc92ca33865e61bf6b2
| author | galaxytrakr |
|---|---|
| date | Thu, 30 Apr 2026 01:43:07 +0000 |
| parents | 6c88e978d6ad |
| children |
line wrap: on
line source
# This is a sample file that enables the PlasmidTrakr tool # to use a directory of bundled machine learning models. # The plasmidtrakr_models.loc file has this format (white space is a TAB): # # value <tab> name <tab> path # <unique_id> <display_name> <bundle_path> # # For example, if you have the biological source model (v1) stored in # /galaxy/tool-data/plasmidtrakr/rf_source_model_bundle.joblib, # then the entry would look like this: # # rf_source_v1 Biological Source (v1) /galaxy/tool-data/plasmidtrakr/rf_source_model_bundle.joblib #rf_source_v1 Biological Source (v1) /path/to/your/tool-data/rf_plasmid_model_bundle.joblib #rf_country_v1 Geographic Origin - Country (v1) /path/to/your/tool-data/rf_country_model_bundle.joblib
