diff --git a/.travis.yml b/.travis.yml index 2b15aa1..ccecc81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - conda install -c bioconda samtools hisat2 stringtie bwa - travis_retry pip install -r requirements.txt - python setup.py install - - wget https://github.com/Kevinzjy/CIRIquant/releases/download/v0.1.0/test_data_prebuilt.tar.gz + - wget https://github.com/bioinfo-biols/CIRIquant/releases/download/v0.1.0/test_data_prebuilt.tar.gz - tar zxvf test_data_prebuilt.tar.gz script: diff --git a/CIRIquant/version.py b/CIRIquant/version.py index 8676381..6a8ea81 100644 --- a/CIRIquant/version.py +++ b/CIRIquant/version.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/README.md b/README.md index 6a9f783..17e0e0a 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## CIRIquant ## -[![Build Status](https://travis-ci.com/Kevinzjy/CIRIquant.svg?branch=master)](https://travis-ci.com/Kevinzjy/CIRIquant) -![GitHub release (latest by date)](https://img.shields.io/github/v/release/Kevinzjy/CIRIquant) -[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/Kevinzjy/CIRIquant/blob/master/LICENSE) -![GitHub All Releases](https://img.shields.io/github/downloads/Kevinzjy/CIRIquant/total) +[![Build Status](https://staging.travis-ci.com/bioinfo-biols/CIRIquant.svg?branch=master)](https://staging.travis-ci.com/bioinfo-biols/CIRIquant) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/bioinfo-biols/CIRIquant) +[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/bioinfo-biols/CIRIquant/blob/master/LICENSE) +![GitHub All Releases](https://img.shields.io/github/downloads/bioinfo-biols/CIRIquant/total) ![SourceForge](https://img.shields.io/sourceforge/dm/ciri/CIRIquant) ![Readthedoc](https://readthedocs.org/projects/ciriquant-cookbook/badge/?version=latest) diff --git a/setup.py b/setup.py index 0577ff9..1e334e9 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(infile): author_email='zhangjinyang@biols.ac.cn', maintainer='Jinyang Zhang', maintainer_email='zhangjinyang@biols.ac.cn', - url='https://github.com/Kevinzjy/CIRIquant', + url='https://github.com/bioinfo-biols/CIRIquant', description='circular RNA quantification pipeline', long_description=read('README.md'), long_description_content_type='text/markdown',