changeset 3:46a523dc303f draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 660486ba0e1ef2f0195e7c6f75448221ba4640f7"
author ebi-gxa
date Tue, 28 Apr 2020 11:51:46 -0400
parents 2e446b0cb437
children 5a4b2fcd04d1
files monocle3-create.xml monocle3-macros.xml
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/monocle3-create.xml	Tue Mar 03 18:01:33 2020 -0500
+++ b/monocle3-create.xml	Tue Apr 28 11:51:46 2020 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<tool id="monocle3_create" name="Monocle3 create" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="monocle3_create" name="Monocle3 create" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
   <description>a Monocle3 object from input data</description>
   <macros>
     <import>monocle3-macros.xml</import>
@@ -30,6 +30,7 @@
     <param name="expression_matrix_format" type="select" label="Format of expression matrix">
       <option value="rds" selected="true">RDS</option>
       <option value="tsv">TSV</option>
+      <option value="mtx">MTX</option>
       <option value="csv">CSV</option>
     </param>
     <param name="cell_metadata" argument="--cell-metadata" optional="true" type="data" format="tabular,tsv,csv,rdata" label="Per-cell annotation, optional. Row names must match the column names of the expression matrix. Provide as TSV, CSV or RDS."/>
--- a/monocle3-macros.xml	Tue Mar 03 18:01:33 2020 -0500
+++ b/monocle3-macros.xml	Tue Apr 28 11:51:46 2020 -0400
@@ -46,6 +46,7 @@
 	journal = {GitHub repository},
 	url = {https://github.com/ebi-gene-expression-group/monocle-scripts},
       }</citation>
+      <citation type="doi">10.1101/2020.04.08.032698</citation>
     </citations>
   </xml>