File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 1.2.9 (in progress)
2
- - Fixed vcf header bug: T/N SAMPLE lines are back - needed for import to SolveBio
1
+ ## 1.3.0 (in progress ~ Q2 2022)
2
+
3
+
4
+ ## 1.2.9 (14 December 2021)
5
+ - Fix vcf header bug: T/N SAMPLE lines are back - needed for import to SolveBio
3
6
- add strandedness: auto for -l A option in salmon
4
7
- report 10x more peaks in CHIP/ATAC-seq - use 0.05 qvalue
5
- - fixed misleading RNA-seq duplicated reads statistics: thanks @sib-bcf
8
+ - fix misleading RNA-seq duplicated reads statistics: thanks @sib-bcf
6
9
- reorganize conda environments
7
10
- snpEff 5.0
8
11
- strandedness: auto
12
+ - document WGBS pipeline steps
13
+ - make --local an option, not default in bismark alignment - too slow
14
+ - bcbioRNASeq update to 0.3.44
15
+ - pureCN update to 2.0.1
16
+ - octopus update to 0.7.4
9
17
10
18
## 1.2.8 (14 April 2021)
11
19
- Set ENCODE library complexity flags properly for ChIP-seq. Thanks to @mistrm82 .
Original file line number Diff line number Diff line change 26
26
author = 'bcbio-nextgen contributors'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- version = release = '1.2.8 '
29
+ version = release = '1.2.9 '
30
30
31
31
# -- General configuration ---------------------------------------------------
32
32
Original file line number Diff line number Diff line change 7
7
8
8
import setuptools
9
9
10
- VERSION = '1.2.9a '
10
+ VERSION = '1.2.9 '
11
11
12
12
# add bcbio version number and git commit hash of the current revision to version.py
13
13
try :
You can’t perform that action at this time.
0 commit comments