Mercurial > repos > iuc > seurat
comparison seurat.xml @ 12:8c28affc7c48 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit bcd74ba964cd8b998cc4b09ec331cccdff0eaedc"
author | iuc |
---|---|
date | Mon, 09 May 2022 19:43:33 +0000 |
parents | b72d84f6941d |
children | 56242ff81c84 |
comparison
equal
deleted
inserted
replaced
11:b72d84f6941d | 12:8c28affc7c48 |
---|---|
1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0"> | 1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0"> |
2 <description>- toolkit for exploration of single-cell RNA-seq data</description> | 2 <description>- toolkit for exploration of single-cell RNA-seq data</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">4.1.0</token> | 4 <token name="@TOOL_VERSION@">4.1.1</token> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> |
8 <requirement type="package" version="2.11">r-rmarkdown</requirement> | 8 <requirement type="package" version="2.14">r-rmarkdown</requirement> |
9 </requirements> | 9 </requirements> |
10 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
11 #if "vln" in $meta.plots: | 11 #if "vln" in $meta.plots: |
12 #set $vln = 'T' | 12 #set $vln = 'T' |
13 #else | 13 #else |