docs: update examples to use hg38 as primary reference genome#1046
Merged
etal merged 2 commits intoetal:masterfrom Apr 15, 2026
Merged
docs: update examples to use hg38 as primary reference genome#1046etal merged 2 commits intoetal:masterfrom
etal merged 2 commits intoetal:masterfrom
Conversation
hg38 does not have an encodeDCC/wgEncodeMapability directory on UCSC. Point to the hg38 bigZips directory for current data, and keep the hg19 ENCODE link for legacy workflows.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1046 +/- ##
=======================================
Coverage 66.41% 66.41%
=======================================
Files 72 72
Lines 7409 7409
Branches 1303 1303
=======================================
Hits 4921 4921
Misses 2049 2049
Partials 439 439
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update documentation to use hg38/GRCh38 as the primary reference genome in all examples, while preserving hg19 references for legacy workflows.
Background
PR #837 added hg38 data files (
data/refFlat_hg38.txt,data/access-10kb.hg38.bed) but the documentation still defaulted to hg19 examples. hg38 has been the standard reference for over 10 years.Changes
doc/pipeline.rstdoc/quickstart.rstdoc/nonhybrid.rstdoc/scripts.rstKey decisions
data/access-10kb.hg38.bedanddata/refFlat_hg38.txt(both already exist in repo)data/for legacy workflows"encodeDCC/wgEncodeMapability/— points tobigZips/instead, with hg19 fallback linkRef #822