Skip to content

Releases: OmarOakheart/nPhase

Zenodo release

22 Mar 09:15
ca844fa
Compare
Choose a tag to compare

Stable release of nPhase for archival by Zenodo

Stable release

23 Feb 14:41
8aaf4e6
Compare
Choose a tag to compare

This version mainly includes the new raw result cleaning step and some minor improvements (checking if the reference is already indexed, using multiple threads for steps like short read mapping).

Stable release

28 Oct 12:40
326bd2f
Compare
Choose a tag to compare
Fixed length 0 cluster issue

Fixed a bug that was introduced by the previous update

Stable release

27 Oct 14:13
9ceb63e
Compare
Choose a tag to compare

Fixed Issue #4
Fixed bug with bwa mem not running properly on MAC OS devices (Issues defining tab characters for the RG field, fixed by using Picard to add an RG field after mapping with bwa mem)

Changed cluster and read naming conventions to better handle introspective analyses

Changed version of plotnine to >=0.7.1 to fix issues with facet_wrap function
Changed the x axis for the phased plots for better readability
Added coverage calculation using a 10kb window and visualization using plotnine
Added discordance (allele frequency within each cluster) calculation and visualization using plotnine
Added filtering method that generates a filtered coverage file, keeping only reads within the top 95% most highly covered reads (Potentially wasn't a good implementation)
Started laying the groundwork for an nphase filtering method, still incomplete.

Stable release

07 Aug 13:13
3021b6e
Compare
Choose a tag to compare

Latest bugfixes, small change to the generated plot to make it look more like the paper.

Please install using

conda install -c oakheart nphase

And update using

conda update -c oakheart nphase

It should be quick and painless and this way all the dependencies are taken care of. Only clone the repo and install its pre-requisites manually if you know exactly what you're doing.

Stable release

31 Jul 08:50
Compare
Choose a tag to compare

This new release fixed some bugs present in the bioRxiv release (high base quality errors and a fastQ file formation error) and now includes an example test set.

Still recommend installing through

conda install -c oakheart nphase

But you may want to get this in order to test the tool on the example data.

biorXiv release

27 Jul 14:46
2512596
Compare
Choose a tag to compare

This is the release at the time of pre-publishing in biorXiv (https://www.biorxiv.org/content/10.1101/2020.07.24.219105v1).

Though please install using

conda install -c oakheart nphase

It should be quick and painless and this way all the dependencies are taken care of. Only clone the repo and install its pre-requisites manually if you know what you're doing.