# HG changeset patch # User davidecangelosi # Date 1557139168 14400 # Node ID d1cabb2bc795f6cdaa54f854fc2052d8ea8e8064 # Parent 29a8df9f543d92fe395bbed390d5f7d5cbc28eb3 planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit f45afd5a79ffb2fe8769ff063e209d5dc0b7e4e5 diff -r 29a8df9f543d -r d1cabb2bc795 pipe-t.R --- 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)