comparison 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 4bd75b45a7a1
comparison
equal deleted inserted replaced
-1:000000000000 0:209b663a4f62
1 <macros>
2 <token name="@TABULAR_LEARNER_VERSION@">0.1.0</token>
3 <token name="@PYCARET_VERSION@">3.3.2</token>
4 <token name="@SUFFIX@">1</token>
5 <token name="@PYCARET_PREDICT_VERSION@">@PYCARET_VERSION@+@SUFFIX@</token>
6 <token name="@PROFILE@">21.05</token>
7 <xml name="python_requirements">
8 <requirements>
9 <container type="docker">quay.io/goeckslab/galaxy-pycaret:@PYCARET_VERSION@</container>
10 </requirements>
11 </xml>
12 <xml name="macro_citations">
13 <citations>
14 <citation type="bibtex">@Manual{PyCaret,
15 author = {Moez Ali},
16 title = {PyCaret: An open source, low-code machine learning library in Python},
17 year = {2020},
18 month = {April},
19 note = {PyCaret version 1.0.0},
20 url = {https://www.pycaret.org}
21 }
22 </citation>
23 </citations>
24 </xml>
25
26 </macros>