Add ONT BAM and bedMethyl test data: HG002 GIAB 10-read subset (PAW70337)#1969
Open
sahuno wants to merge 1 commit intonf-core:modulesfrom
Open
Add ONT BAM and bedMethyl test data: HG002 GIAB 10-read subset (PAW70337)#1969sahuno wants to merge 1 commit intonf-core:modulesfrom
sahuno wants to merge 1 commit intonf-core:modulesfrom
Conversation
…337) Adds 5 files derived from the GIAB HG002 ONT run PAW70337 (5kHz, R10.4.1), companion to the pod5 file added in nf-core#1968. New files: - nanopore/bam/HG002_PAW70337_giab_10reads.unaligned.bam (178 KB) Raw dorado basecaller output, no reference alignment. Used by: dorado/summary, dorado/trim, dorado/correct - nanopore/bam/HG002_PAW70337_giab_10reads.aligned.sorted.bam (314 KB) - nanopore/bam/HG002_PAW70337_giab_10reads.aligned.sorted.bam.bai (566 KB) Coordinate-sorted alignment to hg38 via minimap2. Used by: modkit/pileup, modkit/dmr, dorado/basecaller functional test - nanopore/methylation/HG002_PAW70337_giab_10reads.aligned.sorted.bedmethyl.gz (69 KB) - nanopore/methylation/HG002_PAW70337_giab_10reads.aligned.sorted.bedmethyl.gz.tbi (1.7 KB) modkit pileup output (5mCG+5hmCG), bgzipped + tabix indexed. Used by: modkit/localize, modkit/localize/plot, modkit/pileup/plot Source: s3://ont-open-data/giab_2025.01/flowcells/HG002/PAW70337/pod5/ Sample: HG002 (NIST/Genome in a Bottle), public domain data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 tasks
11 tasks
Author
|
Hey @dialvarezs 👋 , when you have a moment, could you pls review data inclusion pr? This PR adds the unaligned/aligned HG002 BAM + bedMethyl test data (same GIAB 10-read subset as #1968, which you approved). It's the test-data dependency for two downstream module PRs:
Thanks! |
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
Adds 5 test data files derived from the GIAB HG002 ONT run PAW70337 (5kHz, R10.4.1), companion to the pod5 file merged in #1968.
New files
Unaligned BAM — raw dorado basecaller output, no reference:
data/genomics/homo_sapiens/nanopore/bam/HG002_PAW70337_giab_10reads.unaligned.bam(178 KB)Aligned sorted BAM + index — coordinate-sorted alignment to hg38 via minimap2:
data/genomics/homo_sapiens/nanopore/bam/HG002_PAW70337_giab_10reads.aligned.sorted.bam(314 KB)data/genomics/homo_sapiens/nanopore/bam/HG002_PAW70337_giab_10reads.aligned.sorted.bam.bai(566 KB)bedMethyl + tabix index — modkit pileup output (5mCG+5hmCG), bgzipped:
data/genomics/homo_sapiens/nanopore/methylation/HG002_PAW70337_giab_10reads.aligned.sorted.bedmethyl.gz(69 KB)data/genomics/homo_sapiens/nanopore/methylation/HG002_PAW70337_giab_10reads.aligned.sorted.bedmethyl.gz.tbi(1.7 KB)Modules that will use these files
unaligned.bamdorado/summary,dorado/trim,dorado/correctaligned.sorted.bam+.baimodkit/pileup,dorado/basecallerfunctional testbedmethyl.gz+.tbimodkit/localize,modkit/localize/plot,modkit/pileup/plotSource
Test plan
samtools viewsamtools idxstats🤖 Generated with Claude Code