Skip to content

Commit

Permalink
Prep for 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Feb 15, 2019
1 parent 3a290a8 commit 9e388f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 1.0.3 (in progress)

## 1.0.2 (in progress)
- Add `demultiplex_cells` subcommand to break a transformed FASTQ file into separate FASTQ files by cell.
- Future proofing for changes to panda's `to_csv` function.

## 1.0.1
- Add support for click 7.0.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='umis',
version='1.0.1',
version='1.0.2',
description='Package for estimating UMI counts in Transcript Tag Counting data.',
packages=find_packages(),
install_requires=['click', 'pysam>=0.8.3', 'pandas', 'regex', 'scipy', 'toolz'],
Expand Down

0 comments on commit 9e388f9

Please sign in to comment.