fix HARDCODED HOMEDIRS
This commit is contained in:
parent
db7e2912e1
commit
1571f430a5
50 changed files with 78 additions and 78 deletions
|
@ -14,7 +14,7 @@ lineage_plot=function(gene,drug){
|
|||
full_file_path = paste0(lineage_data_path,"/",lineage_filename)
|
||||
print(paste0("Loading: ",full_file_path))
|
||||
df = read.csv(full_file_path)
|
||||
#df2 = read.csv("/home/tanu/git/Data/pyrazinamide/output/pnca_merged_df3.csv")
|
||||
#df2 = read.csv("~/git/Data/pyrazinamide/output/pnca_merged_df3.csv")
|
||||
|
||||
foo = as.data.frame(colnames(df))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue