Personal tools
You are here: Home Software CcpNmr Analysis Macro Repository TransferChainAssignments
Document Actions

TransferChainAssignments

Macro to transfer assignments form one molecular system chain to another

Click here to get the file

Size 1 kB - File type text/python-source

File contents

def transferChainAssignments(argServer):

  from ccpnmr.analysis.MoleculeBasic import transferChainAssignments
  

  argServer.showInfo('Select source chain')
  chainA = argServer.getChain()
   
  argServer.showInfo('Select destination chain')
  chainB = argServer.getChain()
  
  transferChainAssignments(chainA,chainB)

by Tim Stevens last modified 2006-03-16 23:04

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: