comparison reduce_dimensions.xml @ 1:46ed93e8da30 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat_v5 commit 566984b588e88225f0b3f2dae88c6fd084315e7c
author iuc
date Tue, 05 Nov 2024 11:55:04 +0000
parents e49429e8d6dd
children
comparison
equal deleted inserted replaced
0:e49429e8d6dd 1:46ed93e8da30
1 <tool id="seurat_reduce_dimension" name="Seurat Run Dimensional Reduction" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="seurat_reduce_dimension" name="Seurat Run Dimensional Reduction" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>- PCA, tSNE or UMAP</description> 2 <description>- PCA, tSNE or UMAP</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 @CMD@ 10 @CMD@
10 ]]></command> 11 ]]></command>