Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename monkeypox -> mpox (virus) when not affecting code #169

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nextstrain.org/monkeypox

This is the [Nextstrain](https://nextstrain.org) build for MPXV (monkeypox virus). Output from this build is visible at [nextstrain.org/monkeypox](https://nextstrain.org/monkeypox).
This is the [Nextstrain](https://nextstrain.org) build for MPXV (mpox virus). Output from this build is visible at [nextstrain.org/monkeypox](https://nextstrain.org/monkeypox).
The lineages within the recent mpox outbreaks in humans are defined in a separate [lineage-designation repository](https://github.com/mpxv-lineages/lineage-designation).

## Usage
Expand Down
2 changes: 1 addition & 1 deletion ingest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nextstrain.org/monkeypox/ingest

This is the ingest pipeline for Monkeypox virus sequences.
This is the ingest pipeline for mpox virus sequences.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion ingest/bin/genbank-url
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Generate URL to download all Monkeypox sequences and their curated metadata
Generate URL to download all mpox virus sequences and their curated metadata
from GenBank via NCBI Virus.

The URL this program builds is based on the URL for SARS-CoV-2 constructed with
Expand Down
2 changes: 1 addition & 1 deletion ingest/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ transform:
abbr_authors_field: 'abbr_authors'
# General geolocation rules to apply to geolocation fields
geolocation_rules_url: 'https://raw.githubusercontent.com/nextstrain/ncov-ingest/master/source-data/gisaid_geoLocationRules.tsv'
# Local geolocation rules that are only applicable to monkeypox data
# Local geolocation rules that are only applicable to mpox data
# Local rules can overwrite the general geolocation rules provided above
local_geolocation_rules: 'source-data/geolocation-rules.tsv'
# User annotations file
Expand Down