fix HARDCODED HOMEDIRS

This commit is contained in:
Tanushree Tunstall 2023-02-19 18:01:03 +00:00
parent db7e2912e1
commit 1571f430a5
50 changed files with 78 additions and 78 deletions

View file

@ -19,7 +19,7 @@ outfile_meta2 = paste0(outdir_images, "/5uhc_", tolower(gene), "_mutpos_annot_c
#=============
# Input
#=============
df3_filename = paste0("/home/tanu/git/Data/", drug, "/output/", tolower(gene), "_merged_df3.csv")
df3_filename = paste0("~/git/Data/", drug, "/output/", tolower(gene), "_merged_df3.csv")
df3 = read.csv(df3_filename)
chain_suffix = ".C"