changeset 2:f18413a94742 draft

planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit b53a3997a880872df62a84370133b9a955e70418
author sblanck
date Thu, 22 Feb 2018 09:49:29 -0500
parents a978d1560ea3
children 63355796cdc8
files MetaMA.R MetaRNAseq.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MetaMA.R	Thu Feb 22 08:39:38 2018 -0500
+++ b/MetaMA.R	Thu Feb 22 09:49:29 2018 -0500
@@ -72,7 +72,7 @@
 	biocLite(species)
 }
 
-#library("org.Hs.eg.db")
+library("org.Hs.eg.db")
 x <- org.Hs.egUNIGENE
 mapped_genes <- mappedkeys(x)
 link <- as.list(x[mapped_genes])
--- a/MetaRNAseq.xml	Thu Feb 22 08:39:38 2018 -0500
+++ b/MetaRNAseq.xml	Thu Feb 22 09:49:29 2018 -0500
@@ -31,7 +31,7 @@
     </command>
 
     <inputs>
-        <param format="tabular" name="inputList" multiple="true" type="data" optional="false" label="Counts file" help="Must have the same number of row in each study. The experimental conditions must be specified in the header of each file"/>
+        <param format="tabular" name="inputs" multiple="true" type="data" optional="false" label="Counts file" help="Must have the same number of row in each study. The experimental conditions must be specified in the header of each file"/>
     </inputs>
 
     <outputs>