From 0737b4991092c1eca0bf2f3ebf3d3a3b8f165004 Mon Sep 17 00:00:00 2001 From: Jackie Goldstein Date: Tue, 29 Aug 2017 13:11:57 -0400 Subject: [PATCH] changed name of python script --- python/hail/representation/__init__.py | 2 +- python/hail/representation/{genomeref.py => refgenome.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename python/hail/representation/{genomeref.py => refgenome.py} (100%) diff --git a/python/hail/representation/__init__.py b/python/hail/representation/__init__.py index 92f1f7612cf..b355df9a64e 100644 --- a/python/hail/representation/__init__.py +++ b/python/hail/representation/__init__.py @@ -3,7 +3,7 @@ from hail.representation.genotype import Genotype, Call from hail.representation.annotations import Struct from hail.representation.pedigree import Trio, Pedigree -from hail.representation.genomeref import ReferenceGenome +from hail.representation.refgenome import ReferenceGenome __all__ = ['Variant', 'Locus', diff --git a/python/hail/representation/genomeref.py b/python/hail/representation/refgenome.py similarity index 100% rename from python/hail/representation/genomeref.py rename to python/hail/representation/refgenome.py