-
Notifications
You must be signed in to change notification settings - Fork 2
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
Locidex Integration #62
Conversation
|
Initial integration of locidex along, all tests passed. Only one test was added for locidex mainly, that it runs without throwing an error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the awesome work @mattheww95 😄 . I have a few comments for you.
…rameters updated ext.containers to ext.parameters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing @mattheww95 . Thanks so much for addressing all those issues 😄. I do have some more comments (sorry I didn't get to these until the second round of reviewing).
Fixed the elvis expression, updated the schema and added a regex to validation strings in the locidex command.
set the return value to null for an erroneous allele scheme specification. Additionally I updated the schema json regex for lx_report_prop to specify allowed characters.
Initial integration of locidex into mikrokondo