changeset 4:58052f8bc987 draft

planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit 8d4651e98155855108d1c4574392d503cc04bc95
author sblanck
date Thu, 01 Mar 2018 05:22:24 -0500
parents 63355796cdc8
children ca46ad51fe5a
files MetaRNASeq.R test.txt
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/MetaRNASeq.R	Thu Feb 22 10:10:34 2018 -0500
+++ b/MetaRNASeq.R	Thu Mar 01 05:22:24 2018 -0500
@@ -43,16 +43,6 @@
 	listfilenames=c(listfilenames,inputFileInfo[2])
 }
 
-cargs <- commandArgs()
-cargs <- cargs[(which(cargs == "--args")+1):length(cargs)]
-nbargs=length(cargs)
-listfiles=vector()
-listfilenames=vector()
-for (i in seq(1,nbargs-6,2)) {
-	listfiles=c(listfiles,cargs[[i]])
-	listfilenames=c(listfilenames,cargs[[i+1]])
-}
-#mod<-cargs[[length(cargs) - 6]]
 outputfile <- opt$result
 result.html = opt$htmloutput
 html.files.path=opt$htmloutputpath