-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from deeptools/develop
[WIP] Release 3.4
- Loading branch information
Showing
126 changed files
with
58,062 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
All available tracks | ||
==================== | ||
|
||
|
||
:doc:`tracks/bed` | ||
|
||
:doc:`tracks/bedgraph` | ||
|
||
:doc:`tracks/bedgraph_matrix` | ||
|
||
:doc:`tracks/bigwig` | ||
|
||
:doc:`tracks/domains` | ||
|
||
:doc:`tracks/epilogos` | ||
|
||
:doc:`tracks/gtf` | ||
|
||
:doc:`tracks/hic_matrix` | ||
|
||
:doc:`tracks/hlines` | ||
|
||
:doc:`tracks/links` | ||
|
||
:doc:`tracks/narrow_peak` | ||
|
||
:doc:`tracks/scalebar` | ||
|
||
:doc:`tracks/spacer` | ||
|
||
:doc:`tracks/x_axis` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Releases | ||
======== | ||
|
||
:doc:`releases/3.4` | ||
""""""""""""""""""" | ||
:doc:`releases/3.3` | ||
""""""""""""""""""" | ||
:doc:`releases/3.2.1` | ||
""""""""""""""""""""" | ||
:doc:`releases/3.2` | ||
""""""""""""""""""" | ||
:doc:`releases/3.1.2` | ||
""""""""""""""""""""" | ||
:doc:`releases/3.1.1` | ||
""""""""""""""""""""" | ||
:doc:`releases/3.1` | ||
""""""""""""""""""" | ||
:doc:`releases/3.0` | ||
""""""""""""""""""" | ||
:doc:`releases/2.1` | ||
""""""""""""""""""" | ||
:doc:`releases/2.0` | ||
""""""""""""""""""" | ||
:doc:`releases/1.0` | ||
""""""""""""""""""" | ||
|
||
Main changes in configuration files: | ||
Since v3.2: | ||
|
||
- there is no more space in the name of the parameters (``line width`` become ``line_width``) | ||
- all on/off, yes/no, 0/1 become true/false | ||
|
||
Since v3.4: | ||
|
||
- gtf has its own file_type (``file_type = gtf``). | ||
|
||
**Warning** in version 4.0 the old configuration files will not work anymore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1.0 | ||
=== | ||
|
||
This version added python3 compatibility to the code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
2.0 | ||
=== | ||
|
||
This release makes it **very easy to add new tracks**! See the Readme for examples on how to do that. | ||
|
||
Furthermore, this release: | ||
|
||
* Adds Hi-C tracks | ||
* Allows a track be plotted over the previous. There is not limit on the tracks that can be plotted on top of each other | ||
* Removed unnecessary empty space around the resulting image | ||
* Enlarged the README.md file with new examples and a mini-tutorial on how to add new tracks. | ||
* Added chromosome name and title to x-axis plot | ||
* Added option to plot links as 'triangles'. This is useful to overlay links with Hi-C data to identify the contact pixel. | ||
* Added line width to bed track | ||
* Added 'bed graph' track | ||
* Added a track that can plot .narrowPeaks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
2.1 | ||
=== | ||
|
||
* Support for epilogos #38 | ||
* HiC improvements and migration to use `HiCMatrix <https://github.com/deeptools/HiCMatrix>`_. Thanks to *@joachimwolff* for these changes. | ||
* Different coloring of negative and positive bigwig values is now possible. Thanks to *@Phlya* for this improvement. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
3.0 | ||
=== | ||
|
||
- support for Python 2 has been removed. | ||
- regions smaller than 200000 can be plotted with a warning message for plotting TADs. | ||
- non existing chromosomes in some or all of the input files can be asked as regions to plot the tracks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
3.1.1 | ||
===== | ||
|
||
* small bug fix for summit usage (@lldelisle) | ||
* I added a vertical bar in the narrowPeaks when plotted as box to be able to see the summits (@lldelisle) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
3.1.2 | ||
===== | ||
|
||
change infos to warnings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
3.1 | ||
=== | ||
|
||
* add the ability to control alpha of bedgraph tracks (thanks to @mikewolfe) | ||
* add GTF support (thanks to @lldelisle) | ||
* add support for various BED flavors (thanks to @lldelisle) | ||
* adopt codebase to lastest matplotlib changes (thanks to @lldelisle) | ||
* various new tests, code cleanups and smaller fixes all over |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
3.2.1 | ||
===== | ||
|
||
- Small bug fix in parser when the parameter had spaces in the name and was a boolean (for example show data range instead of show_data_range). | ||
|
||
|
||
**Warning:** In version 4.0 no parameter with space will be accepted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
3.2 | ||
=== | ||
|
||
This is a major release with a lot of new features but also some deprecations in preparation for a new 4.0 release. | ||
|
||
During the years we have introduced several ways to enable/disable settings. | ||
We have used on/off, yes/no, 0/1, true/false. From now on we recommend to only use true/false so that we can unify our config files and make it more intuitive for all pgt-users. | ||
|
||
We also removed all 2/3/4 words items and concatenate them now by ``_`` `#132 <https://github.com/deeptools/pyGenomeTracks/pull/132>`_. | ||
For example ``line width`` is now ``line_width``. Thanks @LeilyR! | ||
|
||
A few new features in this release: | ||
|
||
* Every config is now checked for syntax errors before anything is executed (@lldelisle) | ||
* Added the possibility to merge transcripts into one single gene representation when using gtf (@lldelisle) | ||
* Added the possibility to rasterize bedgraph plots (@lldelisle) | ||
* Added the possibility to use summary functions on bedgraphs (@lldelisle) | ||
* Generate an empty track if a requested region is not in the given track-files. Fixed `#120 <https://github.com/deeptools/pyGenomeTracks/issues/120>`_ (@LeilyR) | ||
* Generate an empty track if a chromosome is missing in bedgraph files (@lldelisle) | ||
* Improved UCSC style for intron arrows (@lldelisle) | ||
* Flybase style now supports color_utr and height_uts (@lldelisle) | ||
* A new tracktype ``hlines`` was added (@lldelisle) | ||
* Allow to plot the arcs of the links with a color scale based on scores as proposed in `#30 <https://github.com/deeptools/pyGenomeTracks/issues/30>`_ (@lldelisle) | ||
* Allow to plot rectangle on a heatmap for loops. Fixed `#47 <https://github.com/deeptools/pyGenomeTracks/issues/47>`_ (@Phlya, @lldelisle) | ||
* A lot of HiC Matrix improvements (@lldelisle) | ||
* The ``alpha`` property can now be used nearly everywhere (@lldelisle) | ||
|
||
Also checkout our updated `readme <https://github.com/deeptools/pyGenomeTracks/blob/master/README.md>`_). | ||
|
||
Special thanks to @lldelisle & @LeilyR for such a feature-rich release. | ||
|
||
Merry Xmas and a happy new year! | ||
Your PGT team! |
Oops, something went wrong.