File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 1.2.1 (in progress)
1
+ ## 1.2.2 (in progress)
2
+
3
+ ## 1.2.1 (25 March 2020)
2
4
- Update ChIP and ATAC bowtie2 runs to use ` --very-sensitive ` .
3
5
- Properly pad TSS BED file for ataqv TSS enrichment metrics.
4
6
- Skip bcbioRNASeq if there are less than three samples.
5
7
- Run joint-calling with single cores to save resources.
6
8
- Re-support PureCN.
7
9
- Skip segments with no informative SNPs when creating the LOH VCF file from PureCN output.
10
+ - Fix for duplicated output for mosdepth in quality control report.
11
+ - Fix for missing rRNA statistics.
8
12
9
13
## 1.2.0 (7 February 2020)
10
14
- Fix for bismark not being a supported aligner.
Original file line number Diff line number Diff line change 1
- bcbio-nextgen=1.2.0
1
+ bcbio-nextgen=1.2.1
Original file line number Diff line number Diff line change 1
- bcbio-nextgen == 1.2.0
1
+ bcbio-nextgen == 1.2.1
Original file line number Diff line number Diff line change 7
7
8
8
import setuptools
9
9
10
- VERSION = '1.2.0 '
10
+ VERSION = '1.2.1 '
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