Implementation of the PaPaRa 2.0 algorithm. Build with 'sh build_papara2.sh' which will produce the executable 'papara'. Alternatively you can use the supplied cmake files. To be able to compile the sources you need a resonably recent version of the boost (www.boost.org) libraries.
Invoke PaPaRa using "./papara -t -s
The phylip file (option -s) must contain the reference alignment, consistent with the reference tree (option -t).
The FASTA file (option -q) contains the unaligned QS. Optionally, all sequences which are in
The output alignment will be written to papara_alignment.default (you can change the file suffix (i.e., "default") by supplying a run-name with parameter '-n'.
You can invoke the multi threaded version by adding the option '-j
The latest source code is available at https://github.com/sim82/papara_nt