-
Notifications
You must be signed in to change notification settings - Fork 4
Yaml changes v3 #363
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
base: Schema_300_dev
Are you sure you want to change the base?
Yaml changes v3 #363
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## Schema_300_dev #363 +/- ##
==================================================
+ Coverage 56.83% 56.89% +0.05%
==================================================
Files 33 33
Lines 4993 5043 +50
Branches 546 548 +2
==================================================
+ Hits 2838 2869 +31
- Misses 1609 1626 +17
- Partials 546 548 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nevrome
left a comment
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.
Looks good to me 👍
| instance FromJSON LicenseSpec where | ||
| parseJSON = withObject "LicenseSpec" $ \v -> LicenseSpec | ||
| <$> v .: "name" | ||
| <*> v .: "url" |
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.
Above you define licenseURL :: Maybe String, but here you use v .: "url". I'm surprised this even compiles. Should be .:?, right?
I've added the license file fields and the additional reference assembly fields for genotype data to the Yaml file structure.