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

Add quality metric calculation #89

Merged

Conversation

fscheel
Copy link
Contributor

@fscheel fscheel commented Oct 7, 2018

The infrastructure is designed to give the developer the maximum flexibility about how to calculate these measures. In the case of the very simple measure DIV_50 (number of frequencies in descending order, which are needed to reach a probability > 0.5) is calculated on the server itself. But more complicated or taxing measures might also be developed using AWS lambda or other tools.

During development, we noticed that we should not allow the cliuent to provide quality measures themselves, so we are now ignoring client provided quality measures completely and silently. This change was also documented.

References #79

@mmaiers-nmdp mmaiers-nmdp merged commit acb40e9 into nmdp-bioinformatics:master Feb 18, 2019
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