diff scran_normalize.xml @ 1:fb2f1b8b0013 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_scran_normalize commit e0357f07fdabee1ec6614aca6f7b51095111e0d5
author artbio
date Sun, 04 Dec 2022 01:01:01 +0000
parents 252eded61848
children 6864acb21714
line wrap: on
line diff
--- a/scran_normalize.xml	Thu Sep 26 10:50:55 2019 -0400
+++ b/scran_normalize.xml	Sun Dec 04 01:01:01 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="scran_normalize" name="scran_normalize" version="0.2.0">
+<tool id="scran_normalize" name="scran_normalize" version="0.2.1">
     <description>Normalize raw counts expression values using deconvolution size factors</description>
     <requirements>
         <requirement type="package" version="1.6.2">r-optparse</requirement>
@@ -16,7 +16,7 @@
                 --method '$metacell.method'
                 --size '$metacell.size'
             #end if
-            -o ${output}
+            -o '${output}'
 ]]></command>
     <inputs>
         <param name="input" type="data" format="txt,tabular" label="Raw counts of expression data" help = "Must have an header"/>
@@ -92,16 +92,6 @@
 
     </help>
     <citations>
-        <citation type="bibtex">
-            @Article{,
-                author = {Aaron T. L. Lun and Davis J. McCarthy and John C. Marioni},
-                title = {A step-by-step workflow for low-level analysis of single-cell RNA-seq data with Bioconductor},
-                journal = {F1000Res.},
-                year = {2016},
-                volume = {5},
-                pages = {2122},
-                doi = {10.12688/f1000research.9501.2},
-            }
-        </citation>
+        <citation type="doi">10.12688/f1000research.9501.2</citation>
     </citations>
 </tool>