diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pycaret_macros.xml	Wed Dec 11 04:59:43 2024 +0000
@@ -0,0 +1,25 @@
+<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>
\ No newline at end of file