Skip to content

Commit 74869a6

Browse files
committed
modified bug related to filtered replicates
1 parent 0f70793 commit 74869a6

7 files changed

+3
-3
lines changed

dist/ngsphy-1.0.5-py2.7.egg

38 Bytes
Binary file not shown.

dist/ngsphy-1.0.5-py27-none-any.whl

-3 Bytes
Binary file not shown.

dist/ngsphy-1.0.5.tar.gz

0 Bytes
Binary file not shown.

dist/ngsphy-1.0.6-py27-none-any.whl

65.5 KB
Binary file not shown.

dist/ngsphy-1.0.6.tar.gz

61 KB
Binary file not shown.

ngsphy/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# CONSTANTS
66
VERSION=1
77
MIN_VERSION=0
8-
FIX_VERSION=5
8+
FIX_VERSION=6
99
PROGRAM_NAME="ngsphy.py"
1010
AUTHOR="Merly Escalona <merlyescalona@uvigo.es>"
1111
INSTITUTION="University of Vigo, Spain."

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ def readme():
55
long_description='NGSphy is a Python open-source tool for the genome-wide simulation of NGS data (read counts or Illumina reads) obtained from thousands of gene families evolving under a common species tree, with multiple haploid and/or diploid individuals per species, where sequencing coverage (depth) heterogeneity can vary among species, individuals and loci, including off-target or uncaptured loci.'
66

77
setup(name='ngsphy',\
8-
version='1.0.5',\
8+
version='1.0.6',\
99
description='phylogenomic simulation of NGS data ',\
1010
long_description=long_description,\
1111
url='https://github.com/merlyescalona/ngsphy',\
12-
download_url='https://github.com/merlyescalona/ngsphy/blob/master/dist/ngsphy-1.0.5.tar.gz',\
12+
download_url='https://github.com/merlyescalona/ngsphy/blob/master/dist/ngsphy-1.0.6.tar.gz',\
1313
author='Merly Escalona',\
1414
author_email='merlyescalona@uvigo.es',\
1515
license='GNU/GPL v3',\

0 commit comments

Comments
 (0)