Package Bio :: Package PopGen :: Package GenePop :: Module Utils
[hide private]
[frames] | no frames]

Source Code for Module Bio.PopGen.GenePop.Utils

 1  # Copyright 2007 by Tiago Antao.  All rights reserved. 
 2  # This code is part of the Biopython distribution and governed by its 
 3  # license.  Please see the LICENSE file that should have been included 
 4  # as part of this package. 
 5   
 6   
 7  from Bio.PopGen import GenePop 
 8  from copy import deepcopy 
 9   
10  """ 
11  Utility functions to deal with GenePop files 
12   
13  This had some functions that where moved to 
14  GenePop.Record (now methods of that class). 
15   
16  This file is maintained as it is believed it will have 
17  utility functions in the future again. 
18  """ 
19