# HG changeset patch # User galaxytrakr # Date 1777482797 0 # Node ID 6c88e978d6ad2b42f90be7227af68b43bbc07983 # Parent 954eccb7cc48600fc0aa11d789d84f66e5037421 planemo upload commit 60769393d9dfffc10194637c7bb275835ee6092d diff -r 954eccb7cc48 -r 6c88e978d6ad tool-data/plasmidtrakr.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/plasmidtrakr.loc.sample Wed Apr 29 17:13:17 2026 +0000 @@ -0,0 +1,15 @@ +# 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 name 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 diff -r 954eccb7cc48 -r 6c88e978d6ad tool_data/plasmidtrakr.loc.sample --- a/tool_data/plasmidtrakr.loc.sample Wed Apr 29 16:33:55 2026 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -# 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 name 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