changeset 39:07ac07715f22 draft default tip

planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit 7026b0fbe3611962c37c7f9b5f001434f059e32c
author sblanck
date Tue, 26 Jun 2018 04:14:25 -0400
parents c08b824e40cc
children
files MetaRNASeq.R
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/MetaRNASeq.R	Mon Jun 25 05:25:40 2018 -0400
+++ b/MetaRNASeq.R	Tue Jun 26 04:14:25 2018 -0400
@@ -38,12 +38,6 @@
 listfilenames <- trimws( unlist( strsplit(trimws(opt$inputName), ";") ) )
 nbreplicates <- as.numeric(trimws( unlist( strsplit(trimws(opt$nbreplicates), ";") ) ))
 
-listfiles
-listfilenames
-nbreplicates
-
-
-
 #for (i in 1:length(listInput))
 #{
 #	inputFileInfo <- unlist( strsplit( listInput[i], ';' ) )
@@ -58,9 +52,6 @@
 html.files.path=opt$htmloutputpath
 result.template=opt$htmltemplate
 
-
-html.files.path
-
 alpha=as.numeric(opt$fdr)
 
 listData=lapply(listfiles,read.table)