fixed cmd running script problem for logo plots
This commit is contained in:
parent
e822f9f690
commit
762b1a3931
14 changed files with 206 additions and 748 deletions
|
@ -80,10 +80,10 @@ if (!exists("infile_params") && exists("gene")){
|
|||
|
||||
# Get the DFs out of plotting_data()
|
||||
pd_df = plotting_data(infile_params)
|
||||
my_df = pd_df[[1]]
|
||||
#my_df = pd_df[[1]]
|
||||
my_df_u = pd_df[[2]]
|
||||
my_df_u_lig = pd_df[[3]]
|
||||
dup_muts = pd_df[[4]]
|
||||
#my_df_u_lig = pd_df[[3]]
|
||||
#dup_muts = pd_df[[4]]
|
||||
|
||||
cat(paste0("Directories imported:"
|
||||
, "\ndatadir:" , datadir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue