comparison dropletutils-read-10x.xml @ 5:3dd08eb96cf6 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit ed7141cff329d11308fe2556eeb01d51bfaa6759"
author ebi-gxa
date Tue, 07 Jul 2020 12:12:12 -0400
parents d552332dff6d
children ca62f52e0d7f
comparison
equal deleted inserted replaced
4:d552332dff6d 5:3dd08eb96cf6
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@+galaxy1"> 2 <tool id="dropletutils_read_10x" name="DropletUtils Read10x" version="@TOOL_VERSION@+galaxy2">
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"/>
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 ln -s '${matrix}' matrix.mtx && 9 ln -s '${matrix}' matrix.mtx &&
10 ln -s '${genes}' genes.tsv && 10 ln -s '${genes}' genes.tsv &&
11 ln -s '${barcodes}' barcodes.tsv && 11 ln -s '${barcodes}' barcodes.tsv &&
12 dropletutils-read-10x-counts.R 12 dropletutils-read-10x-counts.R
13 -s . 13 -s .
14 -c TRUE 14 -c TRUE
15 -o '${output_rds}' 15 -o '${output_rds}'
16 16
17 #if $add_metadata.add_metadata_file 17 #if $add_metadata.add_metadata_file
18 --metadata-files "${add_metadata.metadata_files}" 18 --metadata-files "${add_metadata.metadata_files}"
19 --cell-id-column "${add_metadata.cell_id_column}" 19 --cell-id-column "${add_metadata.cell_id_column}"
20 #end if 20 #end if
21 21
22 ]]></command> 22 ]]></command>
23 23
24 <inputs> 24 <inputs>
25 <param name="matrix" type="data" format="txt" label="Expression matrix in sparse matrix format (.mtx)"/> 25 <param name="matrix" type="data" format="txt" label="Expression matrix in sparse matrix format (.mtx)"/>