Skip to content
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

max of NA returns 0 #79

Open
brentp opened this issue Nov 22, 2017 · 0 comments
Open

max of NA returns 0 #79

brentp opened this issue Nov 22, 2017 · 0 comments

Comments

@brentp
Copy link
Owner

brentp commented Nov 22, 2017

given, t.bed.gz with:

chrM	10819	10830	NA

and a conf of:

[[annotation]]
file="t.bed.gz"
columns = [4, 4]
ops=["max", "self"]
names=["max4", "self4"]

and a query of:

chrM	10820	.	G	A	89403.6	PASS	AC=2;AF=1;AN=2

vcfanno adds:

max4=0;self4=NA

to the info. for this case, for max4, it should either not output a value or it should be nan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant