Mercurial > repos > galaxytrakr > plasmidtrakr
changeset 6:b226c7a8580d draft
planemo upload commit ebe76ee27375408d989dc1cd612b20639a38b260
| author | galaxytrakr |
|---|---|
| date | Wed, 29 Apr 2026 18:17:28 +0000 |
| parents | 64bb9af3c3ce |
| children | cc937b6c75b5 |
| files | plasmidtrakr.xml tool_data_table_conf.xml |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plasmidtrakr.xml Wed Apr 29 17:30:21 2026 +0000 +++ b/plasmidtrakr.xml Wed Apr 29 18:17:28 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="plasmidtrakr" name="Predict Isolate Source" version="0.1.3"> +<tool id="plasmidtrakr" name="Predict Isolate Source" version="0.1.4"> <description>Predicts isolate source from plasmid profiles using a trained machine learning model</description> <requirements>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml Wed Apr 29 18:17:28 2026 +0000 @@ -0,0 +1,6 @@ +<tables> + <table name="plasmidtrakr_models" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/plasmidtrakr.loc" /> + </table> +</tables> \ No newline at end of file
