Mercurial > repos > galaxytrakr > plasmidtrakr
annotate tool_data/plasmidtrakr.loc.sample @ 2:954eccb7cc48 draft
planemo upload commit 8da69fa6fb55921a1b005486e59563f0c6956c2e
| author | galaxytrakr |
|---|---|
| date | Wed, 29 Apr 2026 16:33:55 +0000 |
| parents | f25631df0e9f |
| children |
| rev | line source |
|---|---|
|
0
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
1 # This is a sample file that enables the PlasmidTrakr tool |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
2 # to use a directory of bundled machine learning models. |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
3 # The plasmidtrakr_models.loc file has this format (white space is a TAB): |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
4 # |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
5 # value <tab> name <tab> path |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
6 # <unique_id> <display_name> <bundle_path> |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
7 # |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
8 # For example, if you have the biological source model (v1) stored in |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
9 # /galaxy/tool-data/plasmidtrakr/rf_source_model_bundle.joblib, |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
10 # then the entry would look like this: |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
11 # |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
12 # rf_source_v1 Biological Source (v1) /galaxy/tool-data/plasmidtrakr/rf_source_model_bundle.joblib |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
13 |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
14 #rf_source_v1 Biological Source (v1) /path/to/your/tool-data/rf_plasmid_model_bundle.joblib |
|
f25631df0e9f
planemo upload commit 25e4c800a5358b8615dac18ea5e908e31c534020
galaxytrakr
parents:
diff
changeset
|
15 #rf_country_v1 Geographic Origin - Country (v1) /path/to/your/tool-data/rf_country_model_bundle.joblib |
