diff label_encoder.xml @ 4:108141350edb draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 12:22:40 +0000
parents 3b6ee54eb7e2
children
line wrap: on
line diff
--- a/label_encoder.xml	Thu Aug 11 09:09:12 2022 +0000
+++ b/label_encoder.xml	Wed Aug 09 12:22:40 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="sklearn_label_encoder" name="Label encoder" version="@VERSION@">
+<tool id="sklearn_label_encoder" name="Label encoder" version="@VERSION@" profile="@PROFILE@">
     <description>Encode target labels with value between 0 and n_classes-1</description>
     <macros>
         <import>main_macros.xml</import>