Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
New upstream version 2.4.1
· 8f060bf0
Sascha Steinbiss
authored
Oct 06, 2018
8f060bf0
Merge tag 'upstream/2.4.1'
· b1504d03
Sascha Steinbiss
authored
Oct 06, 2018
Upstream version 2.4.1
b1504d03
new upstream release
· c61315ac
Sascha Steinbiss
authored
Oct 06, 2018
c61315ac
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c61315ac
...
...
@@ -33,3 +33,6 @@ run-all-tests*
src/snp-sites
tests/.deps/*
tests/.dirstamp
# vagrant runtime stuff
.vagrant
ubuntu-*-cloudimg-console.log
Dockerfile
View file @
c61315ac
...
...
@@ -6,7 +6,7 @@ FROM debian:testing
#
# Authorship
#
MAINTAINER
ap13
@sanger.ac.uk
MAINTAINER
path-help
@sanger.ac.uk
#
# Pull in packages from testing
...
...
@@ -14,6 +14,6 @@ MAINTAINER ap13@sanger.ac.uk
RUN
apt-get update
-qq
#
# Install
Roary
# Install
SNP-sites
#
RUN
apt-get
install
snp-sites
RUN
apt-get
-y
install
snp-sites
README.md
View file @
c61315ac
...
...
@@ -4,6 +4,11 @@ Rapidly extracts SNPs from a multi-FASTA alignment.
[

](https://travis-ci.org/sanger-pathogens/snp-sites)
[

](https://github.com/sanger-pathogens/snp-sites/blob/master/LICENSE)
[

](http://mgen.microbiologyresearch.org/content/journal/mgen/10.1099/mgen.0.000056)
[

](http://bioconda.github.io/recipes/gubbins/README.html)
[

](https://quay.io/repository/biocontainers/gubbins)
[

](https://hub.docker.com/r/sangerpathogens/gubbins)
[

](https://hub.docker.com/r/sangerpathogens/gubbins)
## Contents
*
[
Introduction
](
#introduction
)
...
...
VERSION
View file @
c61315ac
2.4.
0
2.4.
1
_config.yml
0 → 100644
View file @
c61315ac
theme
:
jekyll-theme-cayman
\ No newline at end of file
debian/changelog
View file @
c61315ac
snp-sites (2.4.1-1) unstable; urgency=medium
* New upstream release.
-- Sascha Steinbiss <satta@debian.org> Sat, 06 Oct 2018 17:54:44 +0200
snp-sites (2.4.0-1) unstable; urgency=medium
* New upstream version.
...
...