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