Previous changeset 12:8c28affc7c48 (2022-05-09) Next changeset 14:c0fd285eb553 (2022-11-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 7732feb88d56cd9f520b7f21af97afdec9cb68e5 |
modified:
seurat.xml |
b |
diff -r 8c28affc7c48 -r 56242ff81c84 seurat.xml --- a/seurat.xml Mon May 09 19:43:33 2022 +0000 +++ b/seurat.xml Mon Oct 31 18:29:32 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.1</token> + <token name="@TOOL_VERSION@">4.2.0</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> - <requirement type="package" version="2.14">r-rmarkdown</requirement> + <requirement type="package" version="2.17">r-rmarkdown</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ #if "vln" in $meta.plots: |