comparison 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
comparison
equal deleted inserted replaced
5:b6e8ce260155 6:6d181d3b6b4e
1 <tool id="sklearn_pca" name="Principal component analysis" version="@VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 1 <tool id="sklearn_pca" name="Principal component analysis" version="@VERSION@" profile="@PROFILE@">
2 <description>with scikit-learn</description> 2 <description>with scikit-learn</description>
3 <macros> 3 <macros>
4 <import>main_macros.xml</import> 4 <import>main_macros.xml</import>
5 <token name="@GALAXY_VERSION@">0</token>
6 </macros> 5 </macros>
7 <expand macro="python_requirements" /> 6 <expand macro="python_requirements" />
8 <expand macro="macro_stdio" /> 7 <expand macro="macro_stdio" />
9 <version_command>echo "@VERSION@"</version_command> 8 <version_command>echo "@VERSION@"</version_command>
10 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">