comparison dropletutils.xml @ 3:f0de368eabca draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dropletutils/ commit a4cee4cac5097029188d836d5b904b605dbb943d"
author iuc
date Tue, 15 Oct 2019 09:03:56 -0400
parents a8aa294401be
children 1797cbe967d1
comparison
equal deleted inserted replaced
2:a8aa294401be 3:f0de368eabca
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="dropletutils" name="DropletUtils" version="@PACKAGE_VERSION@+@GALAXY_VERSION@" > 2 <tool id="dropletutils" name="DropletUtils" version="@PACKAGE_VERSION@+@GALAXY_VERSION@" >
3 <description>Utilities for handling droplet-based single-cell RNA-seq data</description> 3 <description>Utilities for handling droplet-based single-cell RNA-seq data</description>
4 <macros> 4 <macros>
5 <token name="@PACKAGE_VERSION@" >1.2.1</token> 5 <token name="@PACKAGE_VERSION@" >1.2.1</token>
6 <token name="@GALAXY_VERSION@" >3</token> 6 <token name="@GALAXY_VERSION@" >4</token>
7 <token name="@TXIN@">tenx.input</token> 7 <token name="@TXIN@">tenx.input</token>
8 <token name="@TXOUT@">tenx.output</token> 8 <token name="@TXOUT@">tenx.output</token>
9 <xml name="test_dirin" > 9 <xml name="test_dirin" >
10 <conditional name="tenx_format"> 10 <conditional name="tenx_format">
11 <param name="use" value="directory" /> 11 <param name="use" value="directory" />
12 <param name="input" value="in_matrix.mtx" /> 12 <param name="input" value="in_matrix.mtx" />
13 <param name="input_barcodes" value="in_barcodes.tsv" />
13 <param name="input_genes" value="in_genes.tsv" /> 14 <param name="input_genes" value="in_genes.tsv" />
14 <param name="input_barcodes" value="in_barcodes.tsv" />
15 </conditional> 15 </conditional>
16 </xml> 16 </xml>
17 </macros> 17 </macros>
18 <requirements> 18 <requirements>
19 <requirement type="package" version="@PACKAGE_VERSION@">bioconductor-dropletutils</requirement> 19 <requirement type="package" version="@PACKAGE_VERSION@">bioconductor-dropletutils</requirement>