Add yallhap test data for Y-chromosome haplogroup classification#1842
Draft
trianglegrrl wants to merge 1 commit intonf-core:modulesfrom
Draft
Add yallhap test data for Y-chromosome haplogroup classification#1842trianglegrrl wants to merge 1 commit intonf-core:modulesfrom
trianglegrrl wants to merge 1 commit intonf-core:modulesfrom
Conversation
4 tasks
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.
Adds test data for the yallhap module (Y-chromosome haplogroup classification tool).
Files added
Reference data (
genome/yallhap/):yfull_tree.json- YFull phylogenetic tree for haplogroup classificationybrowse_snps_grch37.csv- YBrowse SNP database with GRCh37 coordinatesTest samples (subsetted from ancient Kennewick Man data):
illumina/bam/test_ydna.bam+.bai- Y-chromosome BAM (classifies as Q-M930)illumina/vcf/test_ydna.vcf.gz+.tbi- Y-chromosome VCF (classifies as Q-L472)Usage
These files support testing the yallhap nf-core module for both VCF and BAM input modes:
yallhap classify test_ydna.vcf.gz --tree yfull_tree.json --snps ybrowse_snps_grch37.csvyallhap classify test_ydna.bam --tree yfull_tree.json --snps ybrowse_snps_grch37.csvRelated: https://github.com/nf-core/modules (yallhap module PR)