changeset 5:34d289e805b1 draft default tip

"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 16:10:08 +0000
parents 3fe8973bc205
children
files dropletutils-read-10x.xml
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/dropletutils-read-10x.xml	Mon Jul 06 14:51:42 2020 +0000
+++ b/dropletutils-read-10x.xml	Tue Jul 07 16:10:08 2020 +0000
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
-<tool id="dropletutils_read_10x" name="DropletUtils Read10x" version="@TOOL_VERSION@+galaxy1">
+<tool id="dropletutils_read_10x" name="DropletUtils Read10x" version="@TOOL_VERSION@+galaxy2">
   <description>into SingleCellExperiment object</description>
   <macros>
     <import>dropletutils_macros.xml</import>
   </macros>
   <expand macro="requirements"/>
   <command detect_errors="exit_code"><![CDATA[
-ln -s '${matrix}' matrix.mtx &&
-ln -s '${genes}' genes.tsv &&
-ln -s '${barcodes}' barcodes.tsv &&
-dropletutils-read-10x-counts.R
-    -s .
-    -c TRUE
-    -o '${output_rds}'
+    ln -s '${matrix}' matrix.mtx &&
+    ln -s '${genes}' genes.tsv &&
+    ln -s '${barcodes}' barcodes.tsv &&
+    dropletutils-read-10x-counts.R
+        -s .
+        -c TRUE
+        -o '${output_rds}'
 
-#if $add_metadata.add_metadata_file 
---metadata-files "${add_metadata.metadata_files}"
---cell-id-column "${add_metadata.cell_id_column}" 
-#end if
+    #if $add_metadata.add_metadata_file 
+    --metadata-files "${add_metadata.metadata_files}"
+    --cell-id-column "${add_metadata.cell_id_column}" 
+    #end if
 
 ]]></command>