Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 314053 | Differences between
and this patch

Collapse All | Expand All

(-)ccp4i/scripts/superpose.script.orig (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
  if { [regexp SSM $SUPERPOSE_MODE ] } {
22
  if { [regexp SSM $SUPERPOSE_MODE ] } {
23
23
24
    set cmd "[BinPath superpose] \"$XYZIN2\" -s $SSM_MOVING \"$XYZIN1\" -s $SSM_FIXED \"$XYZOUT_LOCAL\""
24
    set cmd "[BinPath superpose-ccp4] \"$XYZIN2\" -s $SSM_MOVING \"$XYZIN1\" -s $SSM_FIXED \"$XYZOUT_LOCAL\""
25
    set status [Execute $cmd "" program_status report ]
25
    set status [Execute $cmd "" program_status report ]
26
26
27
  } elseif { [regexp TOP $SUPERPOSE_MODE ] } {
27
  } elseif { [regexp TOP $SUPERPOSE_MODE ] } {
(-)ccp4i/tasks/superpose.tcl.orig (-1 / +1 lines)
Lines 100-106 Link Here
100
# If user is match equivalent named residues/atoms then fit in the match fields
100
# If user is match equivalent named residues/atoms then fit in the match fields
101
  switch [GetValue $arrayname SUPERPOSE_MODE] \
101
  switch [GetValue $arrayname SUPERPOSE_MODE] \
102
  SSM {
102
  SSM {
103
    if { ![file exists [FindExecutable superpose]] } {
103
    if { ![file exists [FindExecutable superpose-ccp4]] } {
104
       WarningMessage "The program \"superpose\" is not on your path. 
104
       WarningMessage "The program \"superpose\" is not on your path. 
105
Check your installation for \"superpose\" program and \"ssm\" library."
105
Check your installation for \"superpose\" program and \"ssm\" library."
106
       return 0
106
       return 0

Return to bug 314053