Mercurial > repos > goeckslab > tabular_learner
diff pycaret_macros.xml @ 0:209b663a4f62 draft
planemo upload for repository https://github.com/goeckslab/gleam commit 5dd048419fcbd285a327f88267e93996cd279ee6
author | goeckslab |
---|---|
date | Wed, 18 Jun 2025 15:38:19 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pycaret_macros.xml Wed Jun 18 15:38:19 2025 +0000 @@ -0,0 +1,26 @@ +<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="@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:@PYCARET_VERSION@</container> + </requirements> + </xml> + <xml name="macro_citations"> + <citations> + <citation type="bibtex">@Manual{PyCaret, + author = {Moez Ali}, + title = {PyCaret: An open source, low-code machine learning library in Python}, + year = {2020}, + month = {April}, + note = {PyCaret version 1.0.0}, + url = {https://www.pycaret.org} +} + </citation> + </citations> + </xml> + +</macros> \ No newline at end of file