Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn P. Serbin authored and Shawn P. Serbin committed Mar 3, 2015
1 parent a9bdbf5 commit 508fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spec.utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ extract.metadata.se <- function(file.dir,out.dir,spec.file.ext,output.file.ext,t
data.columns[i] <- gsub("[^0-9]","", strsplit(file.head[25],":")[[1]])[1]

# Original version
temp.1 <- read.table(se.files[i],skip=data.line[i],nrows=1,sep="\t")
#temp.1 <- read.table(se.files[i],skip=data.line[i],nrows=1,sep="\t")
# Modified version
temp.1 <- read.table(se.files[i],skip=data.line[i],comment.char="",nrows=1,sep="\t")
temp.2 <- apply(temp.1, 1, function(x) pmatch("Reflect",x))
Expand Down

0 comments on commit 508fe2f

Please sign in to comment.