Module for handling the molecule, residue, and spin sequence.
    | 
       
     | 
      
        
          attach_protons() 
      Attach a single proton to all heteronuclei. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          copy(pipe_from=None,
        pipe_to=None,
        preserve_select=False,
        empty=True,
        verbose=True) 
      Copy the molecule, residue, and spin sequence data from one data pipe
      to another. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
      int
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          display(sep=None,
        mol_name_flag=False,
        res_num_flag=False,
        res_name_flag=False,
        spin_num_flag=False,
        spin_name_flag=False) 
      Display the molecule, residue, and/or spin sequence data. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          generate(mol_name=None,
        res_num=None,
        res_name=None,
        spin_num=None,
        spin_name=None,
        pipe=None,
        select=True,
        verbose=True) 
      Generate the sequence item-by-item by adding a single 
      molecule/residue/spin container as necessary. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          read(file=None,
        dir=None,
        file_data=None,
        spin_id_col=None,
        mol_name_col=None,
        res_num_col=None,
        res_name_col=None,
        spin_num_col=None,
        spin_name_col=None,
        sep=None,
        spin_id=None) 
      Read the molecule, residue, and/or spin sequence data from file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
      list of SpinContainer instances
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          write(file,
        dir=None,
        sep=None,
        mol_name_flag=True,
        res_num_flag=True,
        res_name_flag=True,
        spin_num_flag=True,
        spin_name_flag=True,
        force=False) 
      Write the molecule, residue, and/or sequence data. | 
          
            source code
            
           | 
         
       
      
     |