Note: make sure to adjust the default settings so that your gene tree samples have adequately converged (high ESS, low ASDF, etc.)
Arthur Zwaenepoel (2018-2019)
Nextflow pipeline and other utilities for preparing an analysis with Whale. The pipeline does:
- Alignment with PRANK
- MCMC with MrBayes
- CCD construction aith ALEobserve
The dependencies are nextflow, python3, PRANK, MrBayes and ALEobserve. The pipeline is configured to work with SGE cluster environments, and should be submitted from the head node.
To run the pipeline, do
nextflow whaleprep.nf --fasta <fastadir>
where fastadir
is directory with multifasta files of protein sequences for all
gene families of interest (one file per family). Optional arguments currently are:
--tools path to whaleprep.py
--out output directory name
--ngen number of MCMC generations used in MrBayes
--samplefreq sample frequency for the MCMC
--burnin the number of samples to discard as burn-in in ALEobserve