view pycaret_macros.xml @ 1:4a7df9abe4c4 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 9497c4faca7063bcbb6b201ab6d0dd1570f22acb
author goeckslab
date Sat, 14 Dec 2024 23:17:48 +0000
parents 1f20fe57fdee
children
line wrap: on
line source

<macros>
    <token name="@PYCARET_VERSION@">3.3.2</token>
    <token name="@SUFFIX@">0</token>
    <token name="@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>
        </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>