# HG changeset patch # User davidecangelosi # Date 1557138690 14400 # Node ID e248cd7769e8212537ae58db6cf5df6d8290ac56 # Parent e2fcf5a4609c6ad435f279db7be88bebbc2033a0 planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit fe7763760d58ae2b51441b67162bb5f86cffa91e diff -r e2fcf5a4609c -r e248cd7769e8 pipe-t.R --- a/pipe-t.R Mon May 06 05:54:37 2019 -0400 +++ b/pipe-t.R Mon May 06 06:31:30 2019 -0400 @@ -177,7 +177,7 @@ if (length(n.header)==0) n.header <- 0 # Read data, skip the required lines - out <- read.delim(file=readfile, header=FALSE, colClasses="character", nrows=nspots*n.data[i], skip=n.header, strip.white=TRUE, ...) + out <- read.delim(file=readfile, header=TRUE, colClasses="character", nrows=nspots*n.data[i], skip=n.header-1, strip.white=TRUE, ...) # Return out } # .readCtSDS @@ -256,9 +256,10 @@ } if (missing(column.info)) { column.info <- switch(format, EDS = list(flag="EXPFAIL", feature="Target.Name", position="Well.Position", Ct="CT"), - plain = list(flag = 4, - feature = 6, type = 7, position = 3, Ct = 8), SDS = list(flag = 4, - feature = 6, type = 7, position = 3, Ct = 8), LightCycler = list(feature = "Name", + plain = list(flag = 4, feature = 6, type = 7, position = 3, Ct = 8), + #SDS = list(flag = 4,feature = 6, type = 7, position = 3, Ct = 8), + SDS = list(flag = "Omit",feature = "Detector", type = "Task", position = "Wells", Ct = "Ct"), + LightCycler = list(feature = "Name", position = "Pos", Ct = "Cp"), CFX = list(feature = "Content", position = "Well", Ct = "Cq.Mean"), OpenArray = list(flag = "ThroughHole.Outlier", feature = "Assay.Assay.ID", type = "Assay.Assay.Type",