- allow pure bases and monomorphic, making it work with BEAST [\#50](https://github.com/sanger-pathogens/snp-sites/pull/50)([andrewjpage](https://github.com/andrewjpage))
- output reference and change name to snp-sites [\#46](https://github.com/sanger-pathogens/snp-sites/pull/46)([andrewjpage](https://github.com/andrewjpage))
- Test data [\#41](https://github.com/sanger-pathogens/snp-sites/pull/41)([andrewjpage](https://github.com/andrewjpage))
- Running the clang static analyser turns up an issue with unintialised… [\#40](https://github.com/sanger-pathogens/snp-sites/pull/40)([AidanDelaney](https://github.com/AidanDelaney))
- How do we run the tests? [\#30](https://github.com/sanger-pathogens/snp-sites/issues/30)
- Add a --version switch? [\#27](https://github.com/sanger-pathogens/snp-sites/issues/27)
- FYI - updated brew package to 2.x series [\#24](https://github.com/sanger-pathogens/snp-sites/issues/24)
**Merged pull requests:**
- Bump version to 2.0.3 [\#36](https://github.com/sanger-pathogens/snp-sites/pull/36)([bewt85](https://github.com/bewt85))
- 496468: Allow '?' in fasta input [\#35](https://github.com/sanger-pathogens/snp-sites/pull/35)([bewt85](https://github.com/bewt85))
- Major cleanup to use standard C string functions [\#34](https://github.com/sanger-pathogens/snp-sites/pull/34)([tseemann](https://github.com/tseemann))
- Add -V version flag \(Issue \#27\)[\#32](https://github.com/sanger-pathogens/snp-sites/pull/32)([tseemann](https://github.com/tseemann))
- Use stdio FILENAME\_MAX for path char\[\] sizes [\#31](https://github.com/sanger-pathogens/snp-sites/pull/31)([tseemann](https://github.com/tseemann))
- fix recent compilation failure in Debian [\#23](https://github.com/sanger-pathogens/snp-sites/pull/23)([satta](https://github.com/satta))
- Remove a tab in VCF header [\#22](https://github.com/sanger-pathogens/snp-sites/pull/22)([bewt85](https://github.com/bewt85))
- Added bt5 and Jorge emails \(Jorge as path-help\)[\#21](https://github.com/sanger-pathogens/snp-sites/pull/21)([aslett1](https://github.com/aslett1))
- Add reference sequence length to VCF output [\#20](https://github.com/sanger-pathogens/snp-sites/pull/20)([bewt85](https://github.com/bewt85))
- Change output format to show Genotype rather than Alt Base [\#19](https://github.com/sanger-pathogens/snp-sites/pull/19)([bewt85](https://github.com/bewt85))
- print out an error if the sequence lengths are uneven [\#6](https://github.com/sanger-pathogens/snp-sites/pull/6)([andrewjpage](https://github.com/andrewjpage))
Bioconda produce a Docker container so you can use the software out of the box. Install Docker and then pull the container from Bioconda https://quay.io/repository/biocontainers/snp-sites
### Running the tests
The test can be run from the top level directory:
```
autoreconf -i
./configure
make
make check
```
This requires libcheck (the `check` package in Ubuntu) to be installed.