Skip to content

Commit

Permalink
Update contact details and bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Piper committed May 30, 2016
1 parent 84ff434 commit 2416572
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 19 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.2.3 - 2016-01--17
0.2.4 - 2016-05-30
==================
* BUG: Update author’s contact details

0.2.3 - 2016-01-17
==================
* BUG: Fix error in ``wellington_bootstrap.py`` which caused no output to be written to disk (thanks to Duy Pham for reporting)

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for full documentation go to: http://pythonhosted.org/pyDNase/
Support
-------

If you're having any troubles, please send an email to `j.piper@warwick.ac.uk` and I'll do my best to help you out. If you notice any bugs, then please raise an issue over at the github repo. If you require more formal training on the analysis of DNase-seq or ATAC-seq data, I am available for consultancy. Likewise, if you are a commercial entity looking for a support contract, please get in touch.
If you're having any troubles, please send an email to `j.piper@me.com` and I'll do my best to help you out. If you notice any bugs, then please raise an issue over at the github repo. If you require more formal training on the analysis of DNase-seq or ATAC-seq data, I am available for consultancy. Likewise, if you are a commercial entity looking for a support contract, please get in touch.

Contributions
-------------
Expand All @@ -61,4 +61,4 @@ Reference
License
-------

Copyright (C) 2015 Jason Piper. This work is licensed under the GNU GPLv3 license, see ``LICENCE.TXT`` for details. If you require the use of this software under a difference license (e.g. for commercial purposes), please email me at `j.piper@warwick.ac.uk`.
Copyright (C) 2015 Jason Piper. This work is licensed under the GNU GPLv3 license, see ``LICENCE.TXT`` for details. If you require the use of this software under a difference license (e.g. for commercial purposes), please email me at `j.piper@me.com`.
2 changes: 1 addition & 1 deletion examples/footprinttest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion pyDNase/footprinting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_average_profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_bias_estimator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_cut_counter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_ddhs_scorer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_fos_scorer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_to_JSON.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_to_javatreeview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/dnase_wig_tracks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/examples/example_footprint_scores.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/wellington_bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion pyDNase/scripts/wellington_footprints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2013 Jason Piper - j.piper@warwick.ac.uk
# Copyright (C) 2016 Jason Piper - j.piper@me.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description='DNase-seq analysis library',
long_description=open('README.rst',"rt").read(),
author='Jason Piper',
author_email='j.piper@warwick.ac.uk',
author_email='j.piper@me.com',
url='http://jpiper.github.io/pyDNase',
license='GPLv3',
ext_modules = [Extension("pyDNase.footprinting.WellingtonC", sources = ["pyDNase/footprinting/WellingtonC.c"], extra_compile_args=['-std=c99'])],
Expand Down

0 comments on commit 2416572

Please sign in to comment.