diff pca.xml @ 7:c16818ce0424 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author bgruening
date Wed, 09 Aug 2023 13:22:12 +0000
parents 132805688fa3
children
line wrap: on
line diff
--- a/pca.xml	Thu Aug 11 09:59:00 2022 +0000
+++ b/pca.xml	Wed Aug 09 13:22:12 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" />