Mercurial > repos > ebi-gxa > seurat_scale_data
comparison seurat_scale_data.xml @ 3:412e62cb6cf7 draft default tip
planemo upload commit 34c30124158749b9eef51d5f323b608a503e7940
| author | ebi-gxa |
|---|---|
| date | Sun, 01 Oct 2023 09:07:05 +0000 |
| parents | 52ccdd3fb5e8 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:52ccdd3fb5e8 | 3:412e62cb6cf7 |
|---|---|
| 1 <tool id="seurat_scale_data" name="Seurat ScaleData" version="@SEURAT_VERSION@_@VERSION@+galaxy0"> | 1 <tool id="seurat_scale_data" name="Seurat ScaleData" profile="18.01" version="@SEURAT_VERSION@+galaxy0"> |
| 2 <description>scale and center genes</description> | 2 <description>scale and center genes</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>seurat_macros.xml</import> | 4 <import>seurat_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
| 68 <expand macro="output_files"/> | 68 <expand macro="output_files"/> |
| 69 </outputs> | 69 </outputs> |
| 70 | 70 |
| 71 <tests> | 71 <tests> |
| 72 <test> | 72 <test> |
| 73 <param name="input" ftype="rdata" value="out_findvar.rds"/> | 73 <param name="rds_seurat_file" ftype="rdata" value="E-MTAB-6077-3k_features_90_cells-fvg.rds"/> |
| 74 <output name="rds_seurat_file" ftype="rdata" value="out_scale.rds" compare="sim_size"/> | 74 <param name="vars_to_regress" value="nCount_RNA" /> |
| 75 <param name="use_umi" value="True" /> | |
| 76 <output name="rds_seurat_file" ftype="rdata"> | |
| 77 <assert_contents> | |
| 78 <has_size value="4233990" delta="200000"/> | |
| 79 </assert_contents> | |
| 80 </output> | |
| 75 </test> | 81 </test> |
| 76 </tests> | 82 </tests> |
| 77 <help><