Skip to content

Commit

Permalink
Updates for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Aug 23, 2019
1 parent 5575fcb commit 4bd2551
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pgpipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.3'

#from .vcf_ref_to_seq import *
#from .vcf_from_regions import *
#from .vcf_reader_func import *
Expand All @@ -14,3 +14,20 @@
#from .vcf_split import *
#from .vcftools import *
#from .bcftools import *

# Basic Information
__title__ = "py-popgen"
__version__ = '0.1.1'
__summary__ = "Software platform for facilitating population genomic analyses"
__url__ = "https://ppp.csusm.edu/"
__license__ = "MIT"
__copyright__ = "Copyright 2019, Arun Sethuraman and Jody Hey"

# Author Information
__author__ = "Andrew Webb, Jared Knoblauch, Nitesh Sabankar, " \
"Apeksha Sukesh Kallur, Jody Hey and Arun Sethuraman"
__email__ = "asethuraman@csusm.edu"




0 comments on commit 4bd2551

Please sign in to comment.