changeset 9:c78b7a3494f9 draft

planemo upload commit 117de6ae3eb1896dcb0044059b268136fc1b97ab
author galaxytrakr
date Wed, 29 Apr 2026 23:21:59 +0000
parents 17b409c9320d
children cbc924a737db
files plasmidtrakr.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plasmidtrakr.xml	Wed Apr 29 20:37:38 2026 +0000
+++ b/plasmidtrakr.xml	Wed Apr 29 23:21:59 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="plasmidtrakr" name="Predict Isolate Source" version="0.1.6">
+<tool id="plasmidtrakr" name="PlasmidTrakr" version="0.1.8">
     <description>Predicts isolate source from plasmid profiles using a trained machine learning model</description>
 
     <requirements>
@@ -7,7 +7,7 @@
     </requirements>
 
     <command detect_errors="exit_code"><![CDATA[
-        python ${__tool_directory__}/predict_source.py
+        python $__tool_directory__/predict_source.py
             -i '$mash_input'
             -b '$model_selection.path'
             -t '$threshold'