Skip to content

Commit

Permalink
Merge pull request #124 from glabbe/development
Browse files Browse the repository at this point in the history
Update author list according to manuscript
  • Loading branch information
peterk87 committed Jan 30, 2020
2 parents c3267d3 + eb9e4b9 commit 6fe0a73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ If you find the ``biohansel`` tool useful, please cite as:

.. epigraph::

Rapid and robust genotyping of highly clonal bacterial pathogens using BioHansel, a SNP-based k-mer search pipeline.
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, Roger P. Johnson, Gary Van Domselaar and John H.E. Nash.
[Manuscript in preparation]
Rapid and accurate SNP genotyping of clonal bacterial pathogens with BioHansel.
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.
bioRxiv 2020.01.10.902056; doi: https://doi.org/10.1101/2020.01.10.902056


Read_The_Docs
Expand Down Expand Up @@ -130,7 +130,7 @@ If you run ``hansel -h``, you should see the following usage statement:
Subtype microbial genomes using SNV targeting k-mer subtyping schemes.
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é, James Robertson, Peter Kruczkiewicz, Marisa Rankin, Matthew Gopez, Chad R. Laing, Philip Mabon, Kim Ziebell, Aleisha R. Reimer, Lorelee Tschetter, Gary Van Domselaar, Sadjia Bekal, Kimberley A. MacDonald, Linda Hoang, Linda Chui, Danielle Daignault, Durda Slavic, Frank Pollari, E. Jane Parmley, David Son, Darian Hole, Philip Mabon, Elissa Giang, Lok Kan Lee, Jonathan Moffat, Marisa Rankin, Joanne MacKinnon, Roger Johnson, John H.E. Nash.
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.
positional arguments:
F Input genome FASTA/FASTQ files (can be Gzipped)
Expand Down Expand Up @@ -369,7 +369,7 @@ specific language governing permissions and limitations under the License.
Contact
=======

**Gary van Domselaar**: gary.vandomselaar@phac-aspc.gc.ca
**Gary van Domselaar**: gary.vandomselaar@canada.ca


.. _PyPI: https://pypi.org/project/bio-hansel/
Expand Down
2 changes: 1 addition & 1 deletion bio_hansel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
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, Roger P. Johnson, Gary Van Domselaar and John H.E. Nash.
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.
'''
3 changes: 2 additions & 1 deletion bio_hansel/data/tb_lineage/metadata.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ subtype Coll_et_al_genotype
1 1
1.1 1.1
2.1 2.1
2.2 2.2
3 3
4 4
4.1 4.1
Expand Down Expand Up @@ -58,4 +59,4 @@ subtype Coll_et_al_genotype
4.6.1.2 4.6.1.2
4.6.2 4.6.2
4.6.2.1 4.6.2.1
4.6.2.2 4.6.2.2
4.6.2.2 4.6.2.2

0 comments on commit 6fe0a73

Please sign in to comment.