Skip to content

Commit

Permalink
Fixing filterValue comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 23, 2014
1 parent 77eab79 commit f005984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycledash/genotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get(vcf_id, query):
It has structure:
{range: {contig: "X", start: 0, end: 250000000},
filters: [{columnName: 'info:DP', filterValye: '50', type: '<'}, ...],
filters: [{columnName: 'info:DP', filterValue: '50', type: '<'}, ...],
sortBy: [{columnName: 'contig', order: 'asc'},
{columnName: 'position', order: 'asc'}, ...],
page: 10,
Expand Down

0 comments on commit f005984

Please sign in to comment.