We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278f82 commit 20df6e6Copy full SHA for 20df6e6
ASEr/__init__.py
@@ -8,9 +8,9 @@
8
CREATOR: Tomas Babak
9
ORGANIZATION: Stanford University
10
LICENSE: MIT License, property of Stanford, use as you wish
11
- VERSION: 0.1
+ VERSION: 0.2
12
CREATED: 2016-25-15 17:03
13
- Last modified: 2016-03-15 17:26
+ Last modified: 2016-03-23 15:56
14
15
============================================================================
16
"""
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='ASEr',
21
- version='0.1',
+ version='0.2',
22
description='Get ASE counts from BAMs or raw fastq data -- repackage of pipeline by Carlo Artieri ',
23
long_description=long_description,
24
url='https://github.com/MikeDacre/ASEr',
0 commit comments