SNP-SITES(1) | SNP-SITES(1) |
snp-sites - finds SNP sites from a multi FASTA alignment file
snp-sites [-mvph] [-o output_filename] [input file]
This application takes in a multi fasta alignment, finds all the SNP sites, then outputs the SNP sites in either of the following formats:
-r
-m
-v
-p
-c
-b
-o
-h
-V
snp-sites my-alignment.aln
snp-sites my-gzipped-alignment.aln.gz
snp-sites -cb -o output_beast_format.aln inputfile.aln
Input files should look like this:
>reference_sequence aaccggtt >comparison_sequence AACCGGTT >another_comparison_sequence AACCGCTT
For more examples, visit: <https://github.com/sanger-pathogens/snp-sites/tree/master/tests/data>
snp-sites was originally written by Andrew Page ( <ap13@sanger.ac.uk>)
If you use this program, please cite: "SNP-sites: rapid efficient extraction of SNPs from multi-FASTA alignments", Andrew J. Page, Ben Taylor, Aidan J. Delaney, Jorge Soares, Torsten Seemann, Jacqueline A. Keane, Simon R. Harris (2016), bioRxiv doi: <http://dx.doi.org/10.1101/038190>
Wellcome Trust Sanger Institute Copyright © 2013 Wellcome Trust Sanger Institute This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.