comparison pycaret_macros.xml @ 0:1f20fe57fdee draft

planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit d79b0f722b7d09505a526d1a4332f87e548a3df1
author goeckslab
date Wed, 11 Dec 2024 04:59:43 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1f20fe57fdee
1 <macros>
2 <token name="@PYCARET_VERSION@">3.3.2</token>
3 <token name="@SUFFIX@">0</token>
4 <token name="@VERSION@">@PYCARET_VERSION@+@SUFFIX@</token>
5 <token name="@PROFILE@">21.05</token>
6 <xml name="python_requirements">
7 <requirements>
8 <container type="docker">quay.io/goeckslab/galaxy-pycaret:3.3.2</container>
9 </requirements>
10 </xml>
11 <xml name="macro_citations">
12 <citations>
13 <citation type="bibtex">@Manual{PyCaret,
14 author = {Moez Ali},
15 title = {PyCaret: An open source, low-code machine learning library in Python},
16 year = {2020},
17 month = {April},
18 note = {PyCaret version 1.0.0},
19 url = {https://www.pycaret.org}
20 }
21 </citation>
22 </citations>
23 </xml>
24
25 </macros>