Consensus-generating tool from aligned multi-FASTA files.
To download LAWK in a Linux system, please run:
git clone https://github.com/mirakaya/LAWK_consensus_generator.git cd src chmod +x *.sh
To generate a consensus the following command should be executed:
python3 LAWK.py -i input.fa -v name_virus -k values_of_k -m ML_model -d model_directory
To evaluate the consensus generated, please type:
./LAWK_evaluation.sh --reconstructed reconstructed.fa --reference reference.fa --output results
On using this software/method please cite:
- pending
For any issue let us know at issues link.
GPL v3.
For more information:
http://www.gnu.org/licenses/gpl-3.0.html