Skip to content

Commit

Permalink
Merge pull request #9 from domenico-somma/More-minor-fix
Browse files Browse the repository at this point in the history
More minor fix
  • Loading branch information
domenico-somma committed Jan 4, 2018
2 parents d5e929b + 631a9d8 commit 933bb7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v 0.0.9, 05-01-18 -- Minor changes: in MANIFEST.in to include license and test_files. Compatible with conda forge
v 0.0.8, 03-01-18 -- Minor changes: improved test coverage, now papillon.py is a module and not a package
v 0.0.7, 19-12-17 -- Minor changes: added docs
v 0.0.6, 14-12-17 -- Initial release.
9 changes: 8 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
include docs/*.*
include papillon/test/Test_files/*.*
include test/*.py
include test/Test_files/*.*
include test/Test_files/Papillon/*.list
include AUTHORS.md
include CHANGE.txt
include CONTRIBUTING.md
include LICENSE
include README.md
1 change: 0 additions & 1 deletion TO DO.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
* Improve test coverage
* Add Confidence Interval to plot.
* log10 transformation FPKM values
* Add search isoforms ID option
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 @@

setup(
name='papillon',
version='0.0.8',
version='0.0.9',
py_modules=['papillon'],
description='A Python module to read and plot Galaxy RNA-seq data',
author='Domenico Somma',
Expand Down

0 comments on commit 933bb7d

Please sign in to comment.