# HG changeset patch # User galaxytrakr # Date 1777576850 0 # Node ID 58006290e654b316c697e51295ae54cd39c84e09 # Parent 9a84b8511fc2750dc2d707c532eb2ec51a392988 planemo upload commit 07e8ec488fa1fb8323b5e90bfc9842aa7337b950 diff -r 9a84b8511fc2 -r 58006290e654 plasmidtrakr.xml --- a/plasmidtrakr.xml Thu Apr 30 13:04:42 2026 +0000 +++ b/plasmidtrakr.xml Thu Apr 30 19:20:50 2026 +0000 @@ -1,4 +1,4 @@ - + Screens assemblies against a Mash database and predicts isolate source using a trained machine learning model @@ -8,26 +8,32 @@ mash_results.tabular + > '${input_name}.tabular' && - - ## 3. Run PlasmidTrakr prediction + + ## 4. Run PlasmidTrakr prediction + ## We pass the newly named file to the python script python $__tool_directory__/predict_source.py - -i mash_results.tabular + -i '${input_name}.tabular' -b '$model_selection.fields.path' -t $threshold -o '$prediction_output' ]]> +