fix HARDCODED HOMEDIRS
This commit is contained in:
parent
db7e2912e1
commit
1571f430a5
50 changed files with 78 additions and 78 deletions
|
@ -5,7 +5,7 @@
|
|||
#source("~/git/LSHTM_analysis/config/katg.R")
|
||||
source("~/git/LSHTM_analysis/config/rpob.R")
|
||||
|
||||
source("/home/tanu/git/LSHTM_analysis/my_header.R")
|
||||
source("~/git/LSHTM_analysis/my_header.R")
|
||||
#########################################################
|
||||
# TASK: Generate averaged affinity values
|
||||
# across all affinity tools for a given structure
|
||||
|
@ -32,7 +32,7 @@ print(paste0("Output file:", outfile_mean_aff_priorty))
|
|||
#=============
|
||||
# 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)
|
||||
length(df3$mutationinformation)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue