-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from phac-nml/development
Release v2.6.0
- Loading branch information
Showing
23 changed files
with
840 additions
and
752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = '2.5.0' | ||
__version__ = '2.6.0' | ||
program_name = 'bio_hansel' | ||
program_summary = 'Subtype microbial genomes using SNV targeting k-mer subtyping schemes.' | ||
program_desc = program_summary + ''' | ||
Includes schemes for Salmonella enterica spp. enterica serovar Heidelberg, Enteritidis, Typhi, and Typhimurium subtyping. Also includes a Mycobacterium tuberculosis scheme called 'tb_lineage'. | ||
Developed by Geneviève Labbé, Peter Kruczkiewicz, Philip Mabon, James Robertson, Justin Schonfeld, Daniel Kein, Marisa A. Rankin, Matthew Gopez, Darian Hole, David Son, Natalie Knox, Chad R. Laing, Kyrylo Bessonov, Eduardo Taboada, Catherine Yoshida, Kim Ziebell, Anil Nichani, Roger P. Johnson, Gary Van Domselaar and John H.E. Nash. | ||
''' | ||
program_summary = f'BioHansel version {__version__}: Subtype microbial genomes using SNV targeting k-mer subtyping ' \ | ||
f'schemes. ' | ||
program_desc = (f'{program_summary}\n\n' | ||
f'Built-in schemes:\n\n' | ||
f'* heidelberg: Salmonella enterica spp. enterica serovar Heidelberg\n' | ||
f'* enteritidis: Salmonella enterica spp. enterica serovar Enteritidis\n' | ||
f'* typhimurium: Salmonella enterica spp. enterica serovar Typhimurium\n' | ||
f'* typhi: Salmonella enterica spp. enterica serovar Typhi\n' | ||
f'* tb_lineage: Mycobacterium tuberculosis\n\n' | ||
'Developed by Geneviève Labbé, Peter Kruczkiewicz, Philip Mabon, ' | ||
'James Robertson, Justin Schonfeld, Daniel Kein, Marisa A. Rankin, ' | ||
'Matthew Gopez, Darian Hole, David Son, Natalie Knox, Chad R. Laing, ' | ||
'Kyrylo Bessonov, Eduardo Taboada, Catherine Yoshida, Kim Ziebell, ' | ||
'Anil Nichani, Roger P. Johnson, Gary Van Domselaar and John H.E. Nash.') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.