Skip to content

Commit 046f000

Browse files
committed
Fix typos
1 parent ffcdaf3 commit 046f000

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Allele frequency estimates and allelic diversity statistics ($A_e$) are computed
1414
MicroHapDB is managed as a community resource requiring minimal infrastructure to maintain: the entire contents of the database are distributed in plain text with each copy of MicroHapDB.
1515
The primary interface to MicroHapDB is through the console command line, which provides methods for browsing, searching, and filtering the database contents.
1616
Full programmatic access is available via a Python API.
17-
Alternatively, users can access the database tables directly using a spreadsheet program (e.g. Microsoft Excel),
17+
Alternatively, users can access the database tables directly using a spreadsheet program such as Microsoft Excel.
1818

1919
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/bioforensics/MicroHapDB/master?labpath=binder%2Fdemo_v0.11.ipynb)
2020

@@ -46,7 +46,7 @@ MicroHapDB was created and is maintained by the Bioinformatics Group at the Nati
4646
Additional references are available [on this page](https://microhapdb.readthedocs.io/en/latest/citations.html).
4747

4848

49-
[cibadge]: https://github.com/bioforensics/MicroHapDB/workflows/CI%20Build/badge.svg?branch=master
49+
[cibadge]: https://github.com/bioforensics/MicroHapDB/actions/workflows/cibuild.yml/badge.svg?branch=master
5050
[pypibadge]: https://img.shields.io/pypi/v/microhapdb.svg
5151
[condabadge]: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg
5252
[licensebadge]: https://img.shields.io/badge/license-BSD-blue.svg

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
The database integrates marker and population frequency data from numerous published research articles—see [citations](citations.md).
55
Allele frequency estimates and allelic diversity statistics ($A_e$) are computed for 26 global populations so that markers can be ranked and evaluated for various applications.
66

7-
MicroHapDB is designed to be user-friendly for researchers, technology developers, and forensic practitioners, supporting a range of access methods from browsing and simple text queries to complex queries and full programmatic access via a Python API.
8-
It is designed as a community resource requiring minimal infrastructure to use and maintain: the entire contents of the database are distributed in plain text with each copy of MicroHapDB.
7+
MicroHapDB is managed as a community resource requiring minimal infrastructure to maintain: the entire contents of the database are distributed in plain text with each copy of MicroHapDB.
8+
The primary interface to MicroHapDB is through the console command line, which provides methods for browsing, searching, and filtering the database contents.
9+
Full programmatic access is available via a Python API.
10+
Alternatively, users can access the database tables directly using a spreadsheet program such as Microsoft Excel.
911

1012

1113
## Table of Contents

0 commit comments

Comments
 (0)