Skip to content

Commit 8a9b04c

Browse files
committed
this fix didn't get added in!
1 parent 146b9b5 commit 8a9b04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/mpnst/02_get_drug_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ print(paste(alldrugs,collapse=','))
7272

7373

7474
##copy old drug to new drug
75-
olddrugs<-do.call(rbind,lapply(unique(unlist(strsplit(olddrugfiles,split=','))),function(x) read.table(x,header=T,sep='\t',quote='',comment.char=''))
75+
olddrugs<-do.call(rbind,lapply(unique(unlist(strsplit(olddrugfiles,split=','))),function(x) read.table(x,header=T,sep='\t',quote='',comment.char='')))
7676
olddrugs<-unique(olddrugs)
7777

7878
print(paste('Read in ',nrow(olddrugs),'old drugs'))

0 commit comments

Comments
 (0)