Previous changeset 3:7a5cd7987b03 (2020-01-18) Next changeset 5:06ed31cf52ed (2020-06-08) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 0d259308f99ef39ab00b80db5a8c5674ba0f3e72" |
modified:
seurat.xml |
b |
diff -r 7a5cd7987b03 -r 82fcdf530f87 seurat.xml --- a/seurat.xml Sat Jan 18 12:57:27 2020 -0500 +++ b/seurat.xml Mon May 04 13:56:11 2020 -0400 |
b |
@@ -1,11 +1,11 @@ <tool id="seurat" name="Seurat" version="@TOOL_VERSION@"> <description>- toolkit for exploration of single-cell RNA-seq data</description> <macros> - <token name="@TOOL_VERSION@">3.1.2</token> + <token name="@TOOL_VERSION@">3.1.5</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> - <requirement type="package" version="2.0">r-rmarkdown</requirement> + <requirement type="package" version="2.1">r-rmarkdown</requirement> <!-- Need to pin pandoc due to https://github.com/rstudio/rmarkdown/issues/1740 --> <requirement type="package" version="2.7.3">pandoc</requirement> </requirements> |