Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ini format #132

Merged
merged 31 commits into from
Nov 26, 2019
Merged

ini format #132

merged 31 commits into from
Nov 26, 2019

Conversation

LeilyR
Copy link
Contributor

@LeilyR LeilyR commented Nov 25, 2019

changed all 2 words terms into 1 component of words separated by _

Leily Rabbani and others added 30 commits October 29, 2019 16:14
* added info in the doc of get_scores

* integrate the cases when there is no item in the region

* updated output of make_tracks_file
* added info in the doc of get_scores

* integrate the cases when there is no item in the region

* updated output of make_tracks_file

* bedgraph inherit the init from GenomeTracks to have self.log
@LeilyR LeilyR merged commit 7a239af into develop Nov 26, 2019
bgruening added a commit that referenced this pull request Dec 7, 2019
deprecations in preperation 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 word items and concatenate them now by `_` (#132).
For example `line width` is now `line_width`. Thanks @LeilyR!

Features:
* 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 (@LeilyR)
* Generate an empty track if a chromosom is missing in bedgraph files. Fixed #120
* 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 (@lldelisle)
* Allow to plot rectangle on a heatmap for loops. Fixed #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]().

Merry Xmas and a happy new year!
The PGT team!
@bgruening bgruening mentioned this pull request Dec 7, 2019
@lldelisle lldelisle deleted the ini_format branch December 12, 2019 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants