You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* copy changes from bgruening
* this file should not be here since years (#845)
* Develop (#827)
* Merged into the wrong branch without noticing :( (#814)
* use better conda link (#799)
* Estimated filtering fix (#813)
* oops
* fix testing and set a max number of filtered reads
* apparently a bunch of things were getting skipped
* fix wrappers
* update computeMatrix wrapper
* Decrease memory needs (#817)
* Use an iterator to not blow memory up
* Update a bit more
* The GC bias stuff is all deprecated, I'm not fixing that old code
* Cache resulting counts rather than just decreasing the bin size (#818)
* Cache resulting counts rather than just decreasing the bin size
* sanity check
* Implement #815
* [skip ci] update change log
* Implement #816 (#825)
* Implement #816
* expose option
* Add a test using pseudocounts and skipZeroOverZero
* syntax
* Fix tests
* Make --skipZeroOverZero a galaxy macro and add to bigwigCompare
* [ci skip] a bit of formatting
* Fix#822 (#826)
* fixes linting issues (#837)
* this file should not be here since years
* Add Arabidopsis TAIR10 (A_thaliana_Jun_2009) (#853)
Using output from:
faCount A_thaliana_Jun_2009.fa
#seq len A C G T N cpg
Chr1 30427671 9709674 5435374 5421151 9697113 164359 697370
Chr2 19698289 6315641 3542973 3520766 6316348 2561 457572
Chr3 23459830 7484757 4258333 4262704 7448059 5977 559031
Chr4 18585056 5940546 3371349 3356091 5914038 3032 439585
Chr5 26975502 8621974 4832253 4858759 8652238 10278 630299
ChrC 154478 48546 28496 27570 49866 0 4639
ChrM 366924 102464 82661 81609 100190 0 13697
total 119667750 38223602 21551439 21528650 38177852 186207 2802193
hpc $ python
Python 2.7.11 (default, Jul 25 2019, 12:10:26)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 119667750-186207
119481543
* Fix python version in Azure tests (#860)
* Develop (#827)
* Merged into the wrong branch without noticing :( (#814)
* use better conda link (#799)
* Estimated filtering fix (#813)
* oops
* fix testing and set a max number of filtered reads
* apparently a bunch of things were getting skipped
* fix wrappers
* update computeMatrix wrapper
* Decrease memory needs (#817)
* Use an iterator to not blow memory up
* Update a bit more
* The GC bias stuff is all deprecated, I'm not fixing that old code
* Cache resulting counts rather than just decreasing the bin size (#818)
* Cache resulting counts rather than just decreasing the bin size
* sanity check
* Implement #815
* [skip ci] update change log
* Implement #816 (#825)
* Implement #816
* expose option
* Add a test using pseudocounts and skipZeroOverZero
* syntax
* Fix tests
* Make --skipZeroOverZero a galaxy macro and add to bigwigCompare
* [ci skip] a bit of formatting
* Fix#822 (#826)
* fixes linting issues (#837)
* Delete #test.bg# (#859)
File is removed upon clean.
* Fix python version
* Update azure-pipelines.yml
* fixed typo (#864)
* Develop (#827)
* Merged into the wrong branch without noticing :( (#814)
* use better conda link (#799)
* Estimated filtering fix (#813)
* oops
* fix testing and set a max number of filtered reads
* apparently a bunch of things were getting skipped
* fix wrappers
* update computeMatrix wrapper
* Decrease memory needs (#817)
* Use an iterator to not blow memory up
* Update a bit more
* The GC bias stuff is all deprecated, I'm not fixing that old code
* Cache resulting counts rather than just decreasing the bin size (#818)
* Cache resulting counts rather than just decreasing the bin size
* sanity check
* Implement #815
* [skip ci] update change log
* Implement #816 (#825)
* Implement #816
* expose option
* Add a test using pseudocounts and skipZeroOverZero
* syntax
* Fix tests
* Make --skipZeroOverZero a galaxy macro and add to bigwigCompare
* [ci skip] a bit of formatting
* Fix#822 (#826)
* fixes linting issues (#837)
* Delete #test.bg# (#859)
File is removed upon clean.
* fixed typo
* Update test images, skip testing if the wrong matplotlib version is used (#865)
* Update test images, skip testing if the wrong matplotlib version is used
* Update test-template.yml
* linting
* can't conda activate on azure
* now the heatmap is correct and the profile is wrong
* lint
* only one test should fail now
* Fix#844
* Should fix one test at least
* fix last tests
* fix#838 (#843)
* fix#838
* fixes
* Update CHANGES.txt
* Close#868#867 and #851 (#869)
* Fix#868
* Fix#867
* Default ALL the things!
* Fix#866 (#871)
* release 3.3.1
* try github actions
* each action is a file
* OK, that's inflexible
* OK, the action.yml thing is a mess
* syntax
* ok, try this
* uses
* spacing
* ok
* do anchors work?
* boo, so duplicative!
* oops
* maybe this will work for pypi
* ensure dist is empty
* nev
* rename
* bump version number
Copy file name to clipboardExpand all lines: CHANGES.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
3.3.1
2
+
3
+
* Fixed `--plotNumbers` not working in `plotCorrelation`. This was issue #838.
4
+
* Fixed compatibility with matplotlib 3 and restrict to at least that version.
5
+
* The Y-axis labels should once again appear in both plotHeatmap and plotProfile (issue #844). This was related to the previous point.
6
+
* Testing is no longer performed with python 2.7, which will reach end of life in a couple months.
7
+
* Various documentation updates (issues #868, #867 and #851).
8
+
* Increased support for BED files with track header lines (issue #866).
9
+
1
10
3.3.0
2
11
3
12
* `plotCoverage` now has a `--BED` option, to restrict plots and output to apply to a specific set of regions given by a BED or GTF file or files (issue #829).
Copy file name to clipboardExpand all lines: deeptools/bamPEFragmentSize.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ def parse_arguments():
51
51
52
52
parser.add_argument('--numberOfProcessors', '-p',
53
53
help='Number of processors to use. The default is '
54
-
'to use 1.',
54
+
'to use 1. (Default: %(default)s)',
55
55
metavar="INT",
56
56
type=int,
57
57
default=1,
@@ -65,18 +65,18 @@ def parse_arguments():
65
65
nargs='+')
66
66
parser.add_argument('--plotTitle', '-T',
67
67
help='Title of the plot, to be printed on top of '
68
-
'the generated image. Leave blank for no title.',
68
+
'the generated image. Leave blank for no title. (Default: %(default)s)',
69
69
default='')
70
70
parser.add_argument('--maxFragmentLength',
71
-
help='The maximum fragment length in the histogram. A value of 0 (the default) indicates to use twice the mean fragment length',
71
+
help='The maximum fragment length in the histogram. A value of 0 (the default) indicates to use twice the mean fragment length. (Default: %(default)s)',
72
72
default=0,
73
73
type=int)
74
74
parser.add_argument('--logScale',
75
75
help='Plot on the log scale',
76
76
action='store_true')
77
77
parser.add_argument('--binSize', '-bs',
78
78
metavar='INT',
79
-
help='Length in bases of the window used to sample the genome. (default 1000)',
79
+
help='Length in bases of the window used to sample the genome. (Default: %(default)s)',
0 commit comments