Skip to content

Commit

Permalink
upgrade to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kepbod committed Jul 14, 2016
1 parent 833d160 commit 65e49b5
Show file tree
Hide file tree
Showing 15 changed files with 962,996 additions and 150,029 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,20 @@
## 1.1.10 (2016-7-14)

Bugfixes:

* case-sensitivity issue for fusion fix step

Improvements:

* use smaller test data

## 1.1.9 (2016-6-7)

Improvements:

* offer more deployment methods (PyPI, bioconda, Docker and Galaxy Tool). Thanks
@bgruening and @anatskiy for their helps!


## 1.1.8 (2016-4-21)

Improvements:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,9 +7,9 @@

CIRCexplorer is a combined strategy to identify junction reads from back spliced exons and intron lariats.

Version: 1.1.9
Version: 1.1.10

Last Modified: 2016-6-7
Last Modified: 2016-7-14

Authors: Xiao-Ou Zhang (zhangxiaoou@picb.ac.cn), Li Yang (liyang@picb.ac.cn)

Expand Down Expand Up @@ -133,7 +133,7 @@ python setup.py install
##Usage

```bash
CIRCexplorer.py 1.1.9 -- circular RNA analysis toolkits.
CIRCexplorer.py 1.1.10 -- circular RNA analysis toolkits.

Usage: CIRCexplorer.py [options]

Expand Down
4 changes: 2 additions & 2 deletions circ/CIRCexplorer.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

"""
CIRCexplorer.py 1.1.9 -- circular RNA analysis toolkit.
CIRCexplorer.py 1.1.10 -- circular RNA analysis toolkit.
Usage: CIRCexplorer.py [options]
Expand All @@ -22,7 +22,7 @@
"""

__author__ = 'Xiao-Ou Zhang (zhangxiaoou@picb.ac.cn)'
__version__ = '1.1.9'
__version__ = '1.1.10'

from docopt import docopt
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

setup(name='CIRCexplorer',
version='1.1.9',
version='1.1.10',
description='A combined strategy to identify circular RNAs (circRNAs and ciRNAs)',
author='Xiao-Ou Zhang',
author_email='zhangxiaoou@picb.ac.cn',
Expand Down
5 changes: 0 additions & 5 deletions test/__init__.py
Expand Up @@ -3,17 +3,12 @@
'''

import os
from utils import download_fa


def setup_package():
print('#test.__init__: Start testing')
os.chdir('test')
download_fa('data')


def teardown_package():
print('#test.__init__: End testing')
os.remove('data/chromFa.tar.gz')
os.remove('data/hg19.fa')
os.remove('data/hg19.fa.fai')
39,780 changes: 0 additions & 39,780 deletions test/data/annotated_junction.txt

Large diffs are not rendered by default.

962,599 changes: 962,599 additions & 0 deletions test/data/chr21.fa

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/data/chr21.fa.fai
@@ -0,0 +1 @@
chr21 48129895 7 50 51
7,403 changes: 24 additions & 7,379 deletions test/data/circular_RNA.txt

Large diffs are not rendered by default.

0 comments on commit 65e49b5

Please sign in to comment.