-
Notifications
You must be signed in to change notification settings - Fork 308
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
[ADAM-1476] Treat .
ALT allele as symbolic non-ref.
#1477
[ADAM-1476] Treat .
ALT allele as symbolic non-ref.
#1477
Conversation
Test PASSed. |
@@ -182,31 +182,37 @@ class ADAMContextSuite extends ADAMFunSuite { | |||
sparkTest("can read a gzipped .vcf file") { | |||
val path = testFile("test.vcf.gz") | |||
val vcs = sc.loadVcf(path) | |||
assert(vcs.rdd.count === 6) | |||
assert(vcs.rdd.count === 7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were the compressed test resources changed too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope... they appear to have been a compressed version of the VCF file from Hadoop-BAM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦
Thank you, @fnothaft! |
Thank you! |
Resolves #1476.