Releases: neherlab/pangraph
Releases · neherlab/pangraph
v0.6.1
What's Changed
- added
pangraph versioncommand that prints PanGraph's version on stderr, by @mmolari and @ivan-aksamentov, see #40. - fix: wrong PanGraph's package version tag in
Project.toml. - added
tools/release.shscript to automate the release process, by @mmolari and @ivan-aksamentov, see #41.
v0.6.0
What's Changed
- added mmseqs2 as an alternative alignment kernel that guarantees higher sensitivity at the expense of longer computational time, see #33, by @mmolari and @nnoll.
- updated Docker file to include mmseqs2 in the container, by @ivan-aksamentov.
- updated the documentation, including discussion of alignment kernel sensitivities and examples of application of PanGraph to plasmids by @liampshaw .
- errors that occur in worker threads are now emitted on the main thread, see #25.
- fixed bug when using
mashoption see this commit - fixed a bug in detransitive, see this commit
- added snakemake pipeline in the
scriptfolder to perform the analysis published in our paper. - added
-Koption to thebuildcommand to control kmer length for mmseqs aligner, see this commit. - added
fasttreeto docker container and PanX export to docker tests, see #37 .
New Contributors
- @liampshaw made their first contribution
v0.5.0
What's Changed
- fix: error with gfa export of fully duplicated paths by @mmolari in #19
- GFA export bug fixes by @nnoll in #28
- chore: add docker container by @ivan-aksamentov in #27
- fix: deal with zero length blocks getting added to segment by @nnoll in #20
New Contributors
- @mmolari made their first contribution in #19
- @ivan-aksamentov made their first contribution in #27
Full Changelog: v0.4.1...0.5.0
v0.4.1
v0.4.0
v0.3.0
Added command line options:
- Build: -u => force sequences to uppercase letters
- Polish: -c => preserve case (uses MAFFT command line flag)
Additionally, removed bug associated with sequences mapping as empty intervals to blocks.
Lastly, large improvement to the algorithm's multicore usage by balancing the initial guide tree.
v0.2.1
v0.2.0 binary
chore: updated mash documentation
pangraph v0.1-alpha
Source code bundled as a relocatable application. Currently only for Linux-based operating systems but intend to release for MacOSX as well.