Skip to content

Commit 975aea6

Browse files
committed
fix dois
1 parent 9f6a6ad commit 975aea6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

mashpit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'Tongzhou Xu'
22
__email__ = '[email protected]'
3-
__version__ = '0.9.6'
3+
__version__ = '0.9.7'

paper/paper.bib

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@article{hadfield2018nextstrain,
2+
doi = {10.1093/bioinformatics/bty407},
23
title={Nextstrain: real-time tracking of pathogen evolution},
34
author={Hadfield, James and Megill, Colin and Bell, Sidney M and Huddleston, John and Potter, Barney and Callender, Charlton and Sagulenko, Pavel and Bedford, Trevor and Neher, Richard A},
45
journal={Bioinformatics},
@@ -10,6 +11,7 @@ @article{hadfield2018nextstrain
1011
}
1112

1213
@article{nadon2017pulsenet,
14+
doi = {10.2807/1560-7917.es.2017.22.23.30544},
1315
title={PulseNet International: Vision for the implementation of whole genome sequencing (WGS) for global food-borne disease surveillance},
1416
author={Nadon, Celine and Van Walle, Ivo and Gerner-Smidt, Peter and Campos, Josefina and Chinen, Isabel and Concepcion-Acevedo, Jeniffer and Gilpin, Brent and Smith, Anthony M and Kam, Kai Man and Perez, Enrique and others},
1517
journal={Eurosurveillance},
@@ -21,6 +23,7 @@ @article{nadon2017pulsenet
2123
}
2224

2325
@article{ondov2016mash,
26+
doi = {10.1186/s13059-016-0997-x},
2427
title={Mash: fast genome and metagenome distance estimation using MinHash},
2528
author={Ondov, Brian D and Treangen, Todd J and Melsted, P{\'a}ll and Mallonee, Adam B and Bergman, Nicholas H and Koren, Sergey and Phillippy, Adam M},
2629
journal={Genome biology},
@@ -45,6 +48,7 @@ @article{Brown2016
4548
}
4649

4750
@article{camacho2009blast,
51+
doi = {10.1186/1471-2105-10-421},
4852
title={BLAST+: architecture and applications},
4953
author={Camacho, Christiam and Coulouris, George and Avagyan, Vahram and Ma, Ning and Papadopoulos, Jason and Bealer, Kevin and Madden, Thomas L},
5054
journal={BMC bioinformatics},
@@ -56,6 +60,7 @@ @article{camacho2009blast
5660
}
5761

5862
@article{zhang2019seqsero2,
63+
doi = {10.1128/aem.01746-19},
5964
title={SeqSero2: rapid and improved Salmonella serotype determination using whole-genome sequencing data},
6065
author={Zhang, Shaokang and den Bakker, Hendrik C and Li, Shaoting and Chen, Jessica and Dinsmore, Blake A and Lane, Charlotte and Lauer, AC and Fields, Patricia I and Deng, Xiangyu},
6166
journal={Applied and environmental microbiology},
@@ -67,6 +72,7 @@ @article{zhang2019seqsero2
6772
}
6873

6974
@article{zhou2020enterobase,
75+
doi = {10.1101/gr.251678.119},
7076
title={The EnteroBase user's guide, with case studies on Salmonella transmissions, Yersinia pestis phylogeny, and Escherichia core genomic diversity},
7177
author={Zhou, Zhemin and Alikhan, Nabil-Fareed and Mohamed, Khaled and Fan, Yulei and Achtman, Mark and Brown, Derek and Chattaway, Marie and Dallman, Tim and Delahay, Richard and Kornschober, Christian and others},
7278
journal={Genome research},
@@ -78,6 +84,7 @@ @article{zhou2020enterobase
7884
}
7985

8086
@article{katz2017comparative,
87+
doi = {10.3389/fmicb.2017.00375},
8188
title={A comparative analysis of the Lyve-SET phylogenomics pipeline for genomic epidemiology of foodborne pathogens},
8289
author={Katz, Lee S and Griswold, Taylor and Williams-Newkirk, Amanda J and Wagner, Darlene and Petkau, Aaron and Sieffert, Cameron and Van Domselaar, Gary and Deng, Xiangyu and Carleton, Heather A},
8390
journal={Frontiers in Microbiology},

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='mashpit',
10-
version='0.9.6',
10+
version='0.9.7',
1111
url='https://github.com/tongzhouxu/mashpit',
1212
author='Tongzhou Xu',
1313
author_email='[email protected]',

0 commit comments

Comments
 (0)