Skip to content

Releases: OpenOmics/mpox-seek

v0.1.0

10 Apr 22:37
Compare
Choose a tag to compare

mpox-seek

First release (v0.1.0)

This is the first release of the rapid monekypox pipeline!

Notable features
The pipeline will rapidly build a phylogenetic tree for a set of targeted ONT monkeypox samples data using porechop, minimap2, viral_consensus, mafft, and raxml-ng.

Additional monkeypox strains can be added to the tree, via the --additional-strains option. The --batch-id option can be provided to ensure unique output files are not over-written between runs of the pipeline. When this option is provided, a sub-directory is created in the project folder for writing project-level output files, i.e {output_directory}/project/{batch_id}. The --bootstrap-trees option can be provided to transfer branch supports, calculated by bootstrapping, onto the best scoring tree.

Conda/mamba or singularity can be used to satisfy any software dependencies. The pipeline's reference files are bundled within the github repository. For ease of setup or general use, we recommend using conda/mamba as it is easier to install than singularity. Windows users should use WSL to setup, install, and run the pipeline in a unix-like environment.

Full Changelog: https://github.com/OpenOmics/mpox-seek/commits/v0.1.0