# HG changeset patch # User galaxytrakr # Date 1777554282 0 # Node ID 9a84b8511fc2750dc2d707c532eb2ec51a392988 # Parent 6eaad34862cb7129888e6dc7e57e65f05b1a5b00 planemo upload commit 6681312523efb1b57807ea244c63f9cbb02c574e diff -r 6eaad34862cb -r 9a84b8511fc2 plasmidtrakr.xml --- a/plasmidtrakr.xml Thu Apr 30 02:19:18 2026 +0000 +++ b/plasmidtrakr.xml Thu Apr 30 13:04:42 2026 +0000 @@ -1,29 +1,49 @@ - - Predicts isolate source from plasmid profiles using a trained machine learning model - + + Screens assemblies against a Mash database and predicts isolate source using a trained machine learning model + + mash pandas scikit-learn mash_results.tabular + && + + ## 3. Run PlasmidTrakr prediction python $__tool_directory__/predict_source.py - -i $mash_input - -b $model_selection.fields.path + -i mash_results.tabular + -b '$model_selection.fields.path' -t $threshold - -o $prediction_output + -o '$prediction_output' ]]> - - + + + + + + + + - - + + @@ -33,20 +53,15 @@