fix HARDCODED HOMEDIRS
This commit is contained in:
parent
db7e2912e1
commit
1571f430a5
50 changed files with 78 additions and 78 deletions
|
@ -2,7 +2,7 @@ source("~/git/LSHTM_analysis/scripts/Header_TT.R")
|
|||
source("~/git/LSHTM_analysis/scripts/functions/ed_pfm_data.R")
|
||||
|
||||
# data msa: mut
|
||||
my_data = read.csv("/home/tanu/git/Misc/practice_plots/pnca_msa_eg2.csv", header = F) #15 cols only
|
||||
my_data = read.csv("~/git/Misc/practice_plots/pnca_msa_eg2.csv", header = F) #15 cols only
|
||||
msaSeq_mut = my_data$V1
|
||||
msa_seq = msaSeq_mut
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue