Skip to content

Commit 508fe2f

Browse files
Shawn P. SerbinShawn P. Serbin
authored andcommitted
Minor update
1 parent a9bdbf5 commit 508fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/spec.utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ extract.metadata.se <- function(file.dir,out.dir,spec.file.ext,output.file.ext,t
676676
data.columns[i] <- gsub("[^0-9]","", strsplit(file.head[25],":")[[1]])[1]
677677

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

0 commit comments

Comments
 (0)