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

Changing the input query to accommodate metadata #3

Merged
merged 3 commits into from
Nov 1, 2017
Merged

Conversation

daviortega
Copy link
Member

@daviortega daviortega commented Nov 1, 2017

Changes the way it reads query

before:

let query = [
	{
		pos: [
			{
				resource: 'pfam28',
				feature: 'CheW',
				count: '{2,3}'
			},
			{
				resource: 'fql',
				feature: '$'
			}
		]
	}
]

from now on:
```javascript
let query = [
	{
		rules: [
			{
				pos: [
					{
						resource: 'pfam28',
						feature: 'CheW',
						count: '{2,3}'
					},
					{
						resource: 'fql',
						feature: '$'
					}
				]
			}
		]
	}
]

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.089% when pulling 3407792 on develop into 0575e5b on master.

@daviortega daviortega merged commit 2de8acd into master Nov 1, 2017
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

Successfully merging this pull request may close these issues.

2 participants