comparison dropletutils-read-10x.xml @ 6:ca62f52e0d7f draft default tip

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19"
author ebi-gxa
date Fri, 27 Nov 2020 13:39:58 +0000
parents 3dd08eb96cf6
children
comparison
equal deleted inserted replaced
5:3dd08eb96cf6 6:ca62f52e0d7f
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="dropletutils_read_10x" name="DropletUtils Read10x" version="@TOOL_VERSION@+galaxy2"> 2 <tool id="dropletutils_read_10x" name="DropletUtils Read10x" version="@TOOL_VERSION@+galaxy0">
3 <description>into SingleCellExperiment object</description> 3 <description>into SingleCellExperiment object</description>
4 <macros> 4 <macros>
5 <import>dropletutils_macros.xml</import> 5 <import>dropletutils_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
41 <tests> 41 <tests>
42 <test> 42 <test>
43 <param name="matrix" value="matrix.mtx"/> 43 <param name="matrix" value="matrix.mtx"/>
44 <param name="genes" value="genes.tsv"/> 44 <param name="genes" value="genes.tsv"/>
45 <param name="barcodes" value="barcodes.tsv"/> 45 <param name="barcodes" value="barcodes.tsv"/>
46 <output name="output_rds" file="read_10x.rds" ftype="rdata" compare="sim_size"/> 46 <output name="output_rds" file="raw_sce.rds" ftype="rdata" compare="sim_size" delta="1000000"/>
47 </test> 47 </test>
48 </tests> 48 </tests>
49 49
50 <help><![CDATA[ 50 <help><![CDATA[
51 ============================================================= 51 =============================================================