Skip to content

Releases: morrislab/phylowgs

Preparation for Phylo++

28 Mar 16:22
Compare
Choose a tag to compare
v1.0-rc2

Merge branch 'master' of https://github.com/morrislab/phylowgs

SMC-Heterogeneity Release 5

10 Jul 19:45
Compare
Choose a tag to compare

Numerous improvements over last eight months.

PhyloWGS v1.0-rc1

09 Nov 21:53
Compare
Choose a tag to compare

This is the first release candidate for PhyloWGS v1.0. This version is underlying our analysis of thousands of tumors as part of the Pan-Canacer Analysis of Whole Genomes project, in which it has been stable and robust.

If you're using a prior version of PhyloWGS, in addition to pulling the latest code from GitHub, please recompile mh.o via the command listed in the README:

    g++ -o mh.o -O3 mh.cpp  util.cpp `gsl-config --cflags --libs`

SMC-Heterogeneity Release 4

09 Nov 18:32
Compare
Choose a tag to compare
  • Batch IO operations. Makes massive performance difference when running on network filesystem.
  • Suggest using -O3 flag when compiling. Recompile mh.o to take advantage of this via the command g++ -o mh.o -O3 mh.cpp util.cpp gsl-config --cflags --libs``.

SMC-Heterogeneity Release 3

04 Nov 23:53
Compare
Choose a tag to compare

Fix CNV parsing for SMC-Het format.

SMC-Heterogeneity Release 2

02 Nov 20:05
Compare
Choose a tag to compare

Second release intended for use in the SMC-Heterogeneity Challenge.

SMC-Heterogeneity Release 1

02 Jul 16:50
Compare
Choose a tag to compare

First release intended for use in the SMC-Heterogeneity Challenge.