Mercurial > repos > goeckslab > pycaret_predict
changeset 4:afd0864d18b6 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam commit 5dd048419fcbd285a327f88267e93996cd279ee6
author | goeckslab |
---|---|
date | Wed, 18 Jun 2025 15:38:42 +0000 |
parents | ccd798db5abb |
children | |
files | pycaret_macros.xml pycaret_predict.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pycaret_macros.xml Tue Jun 03 19:31:06 2025 +0000 +++ b/pycaret_macros.xml Wed Jun 18 15:38:42 2025 +0000 @@ -1,11 +1,12 @@ <macros> + <token name="@TABULAR_LEARNER_VERSION@">0.1.0</token> <token name="@PYCARET_VERSION@">3.3.2</token> <token name="@SUFFIX@">1</token> - <token name="@VERSION@">@PYCARET_VERSION@+@SUFFIX@</token> + <token name="@PYCARET_PREDICT_VERSION@">@PYCARET_VERSION@+@SUFFIX@</token> <token name="@PROFILE@">21.05</token> <xml name="python_requirements"> <requirements> - <container type="docker">quay.io/goeckslab/galaxy-pycaret:3.3.2</container> + <container type="docker">quay.io/goeckslab/galaxy-pycaret:@PYCARET_VERSION@</container> </requirements> </xml> <xml name="macro_citations">
--- a/pycaret_predict.xml Tue Jun 03 19:31:06 2025 +0000 +++ b/pycaret_predict.xml Wed Jun 18 15:38:42 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="pycaret_predict" name="PyCaret Predictor/Evaluator" version="@VERSION@" profile="@PROFILE@"> +<tool id="pycaret_predict" name="PyCaret Predictor/Evaluator" version="@PYCARET_PREDICT_VERSION@" profile="@PROFILE@"> <description>predicts/evaluates your pycaret ML model on a dataset. </description> <macros> <import>pycaret_macros.xml</import>