Previous changeset 11:b72d84f6941d (2022-01-17) Next changeset 13:56242ff81c84 (2022-10-31) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit bcd74ba964cd8b998cc4b09ec331cccdff0eaedc" |
modified:
seurat.xml |
b |
diff -r b72d84f6941d -r 8c28affc7c48 seurat.xml --- a/seurat.xml Mon Jan 17 08:50:27 2022 +0000 +++ b/seurat.xml Mon May 09 19:43:33 2022 +0000 |
[ |
@@ -1,11 +1,11 @@ <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0"> <description>- toolkit for exploration of single-cell RNA-seq data</description> <macros> - <token name="@TOOL_VERSION@">4.1.0</token> + <token name="@TOOL_VERSION@">4.1.1</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> - <requirement type="package" version="2.11">r-rmarkdown</requirement> + <requirement type="package" version="2.14">r-rmarkdown</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ #if "vln" in $meta.plots: |