diff pca.xml @ 6:6d181d3b6b4e draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 12:09:32 +0000
parents 3dca4fb0b478
children
line wrap: on
line diff
--- a/pca.xml	Thu Aug 11 08:43:41 2022 +0000
+++ b/pca.xml	Wed Aug 09 12:09:32 2023 +0000
@@ -1,8 +1,7 @@
-<tool id="sklearn_pca" name="Principal component analysis" version="@VERSION@+galaxy@GALAXY_VERSION@" profile="20.05">
+<tool id="sklearn_pca" name="Principal component analysis" version="@VERSION@" profile="@PROFILE@">
     <description>with scikit-learn</description>
     <macros>
         <import>main_macros.xml</import>
-        <token name="@GALAXY_VERSION@">0</token>
     </macros>
     <expand macro="python_requirements" />
     <expand macro="macro_stdio" />