Skip to content

Commit

Permalink
this fix didn't get added in!
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed May 16, 2024
1 parent 972aa21 commit c590a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mpnst/02_get_drug_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ print(paste(alldrugs,collapse=','))


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

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

0 comments on commit c590a0e

Please sign in to comment.