Skip to content

Commit

Permalink
transfer to bioinfo-biols/CIRIquant
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinzjy committed Mar 9, 2021
1 parent b39ac61 commit 97f294d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CIRIquant/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.1.2'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(infile):
author_email='[email protected]',
maintainer='Jinyang Zhang',
maintainer_email='[email protected]',
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',
Expand Down

0 comments on commit 97f294d

Please sign in to comment.