Mercurial > repos > bgruening > sklearn_pca
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:3af626081467 | 7:c16818ce0424 |
---|---|
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"> |