Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from druvus/v1.0.7
Browse files Browse the repository at this point in the history
Add information about version 1.0.7
  • Loading branch information
druvus authored Nov 25, 2016
2 parents 92bdf47 + 1588b26 commit 82728d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CanSNPer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CanSNPer: A toolkit for SNP-typing using NGS data.
Copyright (C) 2016 Adrian Lärkeryd
VERSION 1.06
VERSION 1.0.7
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
Expand Down Expand Up @@ -136,7 +136,7 @@ def read_config(args):
'''
user = getpass.getuser()

version = 1.06
version = 1.0.7

config_list = {"tmp_path": "string",
"db_path": "string",
Expand Down
10 changes: 10 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2016-11-25 Emil Hägglund <[email protected]> & Andreas Sjödin <[email protected]>
CanSNPer version 1.0.7
* setup.py
Major rearrangement of of the code to allow installation using setup.py.
* Francisella
Added B.44-B-80 describing the Iberian, Orebro, Bulgarian and Finish isolates.
* Brucella
First version of Brucella CanSNPer support.


2016-06-01 Adrian Lärkeryd & Andreas Sjödin <[email protected]>
CanSNPer version 1.06
* (draw_ete2_tree)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="CanSNPer",
version="1.0.6",
version="1.0.7",
url="https://github.com/adrlar/CanSNPer",
description="CanSNPer: A toolkit for SNP-typing using NGS data.",
license="GPL'",
Expand Down

0 comments on commit 82728d9

Please sign in to comment.