diff label_encoder.xml @ 4:b008b609205e draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 11:18:39 +0000
parents 03155260beb3
children
line wrap: on
line diff
--- a/label_encoder.xml	Thu Aug 11 07:46:34 2022 +0000
+++ b/label_encoder.xml	Wed Aug 09 11:18:39 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>