diff plasmidtrakr.xml @ 10:cbc924a737db draft

planemo upload commit 17291695ca68c131f51a65367eb52e9b4c405532
author galaxytrakr
date Thu, 30 Apr 2026 00:48:20 +0000
parents c78b7a3494f9
children 6749dde97f01
line wrap: on
line diff
--- a/plasmidtrakr.xml	Wed Apr 29 23:21:59 2026 +0000
+++ b/plasmidtrakr.xml	Thu Apr 30 00:48:20 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="plasmidtrakr" name="PlasmidTrakr" version="0.1.8">
+<tool id="plasmidtrakr" name="PlasmidTrakr" version="0.1.9">
     <description>Predicts isolate source from plasmid profiles using a trained machine learning model</description>
 
     <requirements>
@@ -8,10 +8,10 @@
 
     <command detect_errors="exit_code"><![CDATA[
         python $__tool_directory__/predict_source.py
-            -i '$mash_input'
-            -b '$model_selection.path'
-            -t '$threshold'
-            -o '$prediction_output'
+            -i $mash_input
+            -b $model_selection.fields.path
+            -t $threshold
+            -o $prediction_output
     ]]></command>
 
     <inputs>
@@ -30,7 +30,6 @@
         <data name="prediction_output" format="tabular" label="Prediction for ${on_string}" />
     </outputs>
 
-    <!-- FIXED: Cleaned up Markdown formatting in the help block (removed backslashes) -->
     <help><![CDATA[
 **What it does**