fix: add NULL for aa_pos_lig[123] for configs that don't have them
This commit is contained in:
parent
79d83b6240
commit
fe292e3717
3 changed files with 12 additions and 1 deletions
|
@ -103,3 +103,8 @@ if ( all(c1, c2, c3) ) {
|
|||
|
||||
}
|
||||
#######################################################################
|
||||
# FIXME: these should be populated!
|
||||
aa_pos_lig1 = NULL
|
||||
aa_pos_lig2 = NULL
|
||||
aa_pos_lig3 = NULL
|
||||
|
||||
|
|
|
@ -104,3 +104,5 @@ cat("\n==================================================="
|
|||
##############################################################
|
||||
# var for position customisation for plots
|
||||
aa_pos_lig1 = aa_pos_hem
|
||||
aa_pos_lig2 = NULL
|
||||
aa_pos_lig3 = NULL
|
||||
|
|
|
@ -55,3 +55,7 @@ cat("\n==================================================="
|
|||
, "\n\nNO other co-factors or ligands present\n")
|
||||
|
||||
##############################################################
|
||||
# FIXME: these should be populated!
|
||||
aa_pos_lig1 = NULL
|
||||
aa_pos_lig2 = NULL
|
||||
aa_pos_lig3 = NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue