Skip to content

Releases: uci-cbcl/MixClone

LOH_FRAC redefined

16 Jul 06:48
Compare
Choose a tag to compare

LOH_FRAC_MAX = 0.11 to LOH_FRAC_MAX = 0.25
'--baseline_thred', default=0.09 to '--baseline_thred', default=0.16

now the same as PyLOH

fixing slowness in pysam_0.8.X

30 Jun 04:06
Compare
Choose a tag to compare

bqual = read.alignment.query_qualities[qpos] added

bug fixed in data.py, utils.py

04 Dec 00:30
Compare
Choose a tag to compare
1.1.4

mixclone/preprocess/data.py, mixclone/preprocess/utils.py: chrom_idxs…

bug fixed in plotting BAF heatmap

01 Oct 23:05
Compare
Choose a tag to compare
Update run_postprocess.py

vmax = max(1, color_max_j)

Pysam_0.8X supported

08 Jun 18:09
Compare
Choose a tag to compare

fix the read.qpos => read.query_position change from Pysam_0.7X to Pysam_0.8X

subclone_num > 5 supported

04 Oct 23:49
Compare
Choose a tag to compare
1.1.1

Update README.md

matplotlib is now optional

04 Jul 14:20
Compare
Choose a tag to compare

matplotlib is now optional;
remove_outliers bug fixed.

initial release

31 May 02:35
Compare
Choose a tag to compare
On branch master

README.md added