Mercurial > repos > iuc > seurat_preprocessing
comparison normalize_select_features_scale.xml @ 1:6bccf5f85f92 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:54:52 +0000 |
| parents | c3170652bd98 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:c3170652bd98 | 1:6bccf5f85f92 |
|---|---|
| 1 <tool id="seurat_preprocessing" name="Seurat Preprocessing" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="seurat_preprocessing" name="Seurat Preprocessing" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
| 2 <description>- Normalize, Find Variable Features, Scale and Regress</description> | 2 <description>- Normalize, Find Variable Features, Scale and Regress</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> |
| 402 </tests> | 403 </tests> |
| 403 <help><