Mercurial > repos > iuc > seurat
comparison seurat.xml @ 5:06ed31cf52ed draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 98e7666ee048ec249fd3f65854feab03168fadef"
author | iuc |
---|---|
date | Mon, 08 Jun 2020 17:40:51 -0400 |
parents | 82fcdf530f87 |
children | 764f076e9d52 |
comparison
equal
deleted
inserted
replaced
4:82fcdf530f87 | 5:06ed31cf52ed |
---|---|
1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@"> | 1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy1"> |
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@">3.1.5</token> | 4 <token name="@TOOL_VERSION@">3.1.5</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.1">r-rmarkdown</requirement> | 8 <requirement type="package" version="2.2">r-rmarkdown</requirement> |
9 <!-- Need to pin pandoc due to https://github.com/rstudio/rmarkdown/issues/1740 --> | 9 <!-- Need to pin R-base due to |
10 <requirement type="package" version="2.7.3">pandoc</requirement> | 10 *** caught segfault *** |
11 address (nil), cause 'memory not mapped' | |
12 | |
13 Traceback: | |
14 1: cairoVersion() | |
15 2: grSoftVersion() | |
16 --> | |
17 <requirement type="package" version="3.6">r-base</requirement> | |
11 </requirements> | 18 </requirements> |
12 <command detect_errors="exit_code"><![CDATA[ | 19 <command detect_errors="exit_code"><![CDATA[ |
13 #if "vln" in $meta.plots: | 20 #if "vln" in $meta.plots: |
14 #set $vln = 'T' | 21 #set $vln = 'T' |
15 #else | 22 #else |