Skip to content

Conversation

@pbashyal-nmdp
Copy link
Contributor

@pbashyal-nmdp pbashyal-nmdp commented Oct 27, 2021

Stricter Validation:

  • Don't return an empty string, return an Exception for invalid/non-existing alleles
  • Validate serology against the existing serology mapping in the database
  • Validate MAC against the existing MAC codes in the database
  • Validate V2 version alleles strictly

README changes:

  • convert to markdown
  • Reorganize for better readability

Bump version: 0.6.9 → 0.7.0
Use correct LICENSE file

Fixes #83
Fixes #88
Fixes #89
Fixes #90
Fixes #93
Fixes #95
Fixes #97
Fixes #98
Fixes #99
Fixes #100
Fixes #111

 - Don't return an empty string, return an Exception for invalid/non-existing alleles
 - Validate serology against the existing serology mapping in the database
 - Validate MAC against the existing MAC codes in the database
 - convert to markdown
 - Reorganize for better readability
@pbashyal-nmdp pbashyal-nmdp added bug Something isn't working enhancement New feature or request release Release Version labels Oct 27, 2021
@pbashyal-nmdp pbashyal-nmdp added this to the Version 0.7.0 milestone Oct 27, 2021
@pbashyal-nmdp pbashyal-nmdp self-assigned this Oct 28, 2021
Copy link
Contributor

@mmaiers-nmdp mmaiers-nmdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add a test for valid serology

Copy link
Contributor

@mmaiers-nmdp mmaiers-nmdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmaiers-nmdp mmaiers-nmdp merged commit 0468a7f into nmdp-bioinformatics:master Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment