We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TODO:
Extracting link from BrAPI object to another:
{ "studyDbId": "1", "studyName": "Study 1" }
{ "germplasmDbId": "1", "germplasmName": "Germplasm 1" }, { "germplasmDbId": "2", "germplasmName": "Germplasm 2" }
{ "studyDbId": "1", "studyName": "Study 1", "germplasmDbIds": ["1", "2"]}
{ "germplasmDbId": "1", "germplasmName": "Germplasm 1", "studyDbIds": ["1"] }, { "germplasmDbId": "2", "germplasmName": "Germplasm 2", "studyDbIds": ["1"] }
The text was updated successfully, but these errors were encountered:
gcornut
No branches or pull requests
TODO:
[ ] (Optional) Create BrAPI object index (ID => JSON File, File offset to object)[ ] Basic JSON validation (minimum fields required, minimum links between objects)(moved to elasticsearch transform)Extracting link from BrAPI object to another:
The text was updated successfully, but these errors were encountered: