Skip to content

Commit 08181f2

Browse files
committed
tskit-dev
1 parent cd53784 commit 08181f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alignments and metadata stored in
6767

6868
Resources:
6969

70-
- See this [notebook](https://github.com/jeromekelleher/sc2ts-paper/blob/main/notebooks/example_data_processing.ipynb)
70+
- See this [notebook](https://github.com/tskit-dev/sc2ts-paper/blob/main/notebooks/example_data_processing.ipynb)
7171
for an example in which we access the data variant-by-variant and
7272
which explains the low-level data encoding
7373
- See the [VCF Zarr publication](https://doi.org/10.1093/gigascience/giaf049)

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ launch_buttons:
1414
binderhub_url: ""
1515

1616
repository:
17-
url: https://github.com/jeromekelleher/sc2ts
17+
url: https://github.com/tskit-dev/sc2ts
1818
branch: main
1919
path_to_book: docs
2020

@@ -50,7 +50,7 @@ sphinx:
5050
- deflist
5151
- substitution
5252

53-
issues_github_path: jeromekelleher/sc2ts
53+
issues_github_path: tskit-dev/sc2ts
5454
todo_include_todos: true
5555

5656
intersphinx_mapping:

sc2ts/data_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_problematic_regions():
7070
These regions have been reported to have highly recurrent or unusual
7171
patterns of deletions.
7272
73-
https://github.com/jeromekelleher/sc2ts/issues/231#issuecomment-2401405355
73+
https://github.com/tskit-dev/sc2ts/issues/231#issuecomment-2401405355
7474
7575
Region: NTD domain
7676
Coords: [21602-22472)

sc2ts/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def _node_summary(self, u, child_mutations=True):
717717
strain = "debug missing"
718718
elif "group_id" in md:
719719
# FIXME clipping this artificially for now
720-
# see https://github.com/jeromekelleher/sc2ts/issues/434
720+
# see https://github.com/tskit-dev/sc2ts/issues/434
721721
strain = md["group_id"][:8]
722722

723723
pango = md.get(self.pango_source, None)

tests/sc2ts_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def fx_ts_map(tmp_path, fx_data_cache, fx_dataset, fx_match_db):
148148
cache_path = fx_data_cache / f"{dates[-1]}.ts"
149149
if not cache_path.exists():
150150
# These sites are masked out in all alignments in the initial data
151-
# anyway; https://github.com/jeromekelleher/sc2ts/issues/282
151+
# anyway; https://github.com/tskit-dev/sc2ts/issues/282
152152
last_ts = si.initial_ts([56, 57, 58, 59, 60])
153153
cache_path = fx_data_cache / "initial.ts"
154154
last_ts.dump(cache_path)

0 commit comments

Comments
 (0)