Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
fixed broken gtf processing
  • Loading branch information
talithaforcier committed Aug 17, 2020
1 parent a0c13d8 commit 97e1a1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: TElocal
Version: 2.0.0
Version: 1.1.1
Summary: Tool for estimating differential enrichment of Transposable Elements and other highly repetitive regions
Home-page: http://hammelllab.labsites.cshl.edu/software#TElocal
Author: Talitha Forcier, Ying Jin, Eric Paniagua, Oliver Tam and Molly Hammell
Expand All @@ -8,7 +8,7 @@ License: GPLv3
Description: TElocal
=========

Version: 2.0.0
Version: 1.1.1

*NOTE* All programs rely on specially curated GTF or ind files, which are not
packaged with this software due to their size. Please go to
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TElocal
=============

Version: 1.1.0
Version: 1.1.1

*NOTE* TElocal relies on specially curated and indexed GTF files, which are not
packaged with this software due to their size. Please go to
Expand Down
4 changes: 2 additions & 2 deletions TElocal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Created on Dec 6, 2017
@author: Oliver Tam
@contact [email protected]
@status:
@version: 1.1.0
@version: 1.1.1
"""

try:
Expand Down Expand Up @@ -134,7 +134,7 @@ def prepare_parser():
parser.add_argument('--verbose', metavar='verbose', dest='verbose', type=int, nargs='?', default=2, const=3,
help='Set verbose level. 0: only show critical message, 1: show additional warning message, \
2: show process information, 3: show debug messages. DEFAULT:2')
parser.add_argument('--version', action='version', version='%(prog)s 1.1.0')
parser.add_argument('--version', action='version', version='%(prog)s 1.1.1')

return parser

Expand Down
4 changes: 2 additions & 2 deletions TElocal.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: TElocal
Version: 1.1.0
Version: 1.1.1
Summary: Tool for estimating differential enrichment of Transposable Elements and other highly repetitive regions in a locus-specific approach
Home-page: http://hammelllab.labsites.cshl.edu/software#TElocal
Author: Talitha Forcier, Ying Jin, Eric Paniagua, Oliver Tam, Molly Hammell
Expand All @@ -9,7 +9,7 @@ License: GPLv3
Description: TElocal
=============

Version: 1.1.0
Version: 1.1.1

*NOTE* TElocal relies on specially curated and indexed GTF files, which are not
packaged with this software due to their size. Please go to
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='TElocal',
version='1.1.0',
version='1.1.1',
description='Tool for estimating differential enrichment of Transposable Elements and other highly repetitive regions in a locus-specific approach',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 97e1a1b

Please sign in to comment.