changeset 6:d1cabb2bc795 draft

planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit f45afd5a79ffb2fe8769ff063e209d5dc0b7e4e5
author davidecangelosi
date Mon, 06 May 2019 06:39:28 -0400
parents 29a8df9f543d
children 3e099c082954
files pipe-t.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pipe-t.R	Mon May 06 06:33:33 2019 -0400
+++ b/pipe-t.R	Mon May 06 06:39:28 2019 -0400
@@ -394,7 +394,7 @@
     },
     "SDS"={
       #columns<- list(feature=3, Ct=6, flag=11)
-      columns <-SDS = list(flag = "Omit",feature = "Detector", type = "Task", position = "Wells", Ct = "Ct")
+      columns <-list(flag = "Omit",feature = "Detector", type = "Task", position = "Wells", Ct = "Ct")
       metadata <- data.frame(labelDescription = c("sampleName", "Treatment"),  row.names = c("sampleName", "Treatment"))
       phenoData <- new("AnnotatedDataFrame", data = files, varMetadata = metadata)
       rownames(phenoData)=as.vector(files$sampleName)