-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added in coverage to Project Samples table and export #1360
Conversation
…les and fix javadoc.
… no QCEntries available for the sample.
…irida into project-samples-table-coverage
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.
Just a few quick things to update for now
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/sample/SampleServiceImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/sample/SampleServiceImpl.java
Show resolved
Hide resolved
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 looking good. Just one change below and can you please add some testing?
src/main/java/ca/corefacility/bioinformatics/irida/repositories/sample/QCEntryRepository.java
Outdated
Show resolved
Hide resolved
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.
All looks good to me! Thanks for adding this @ericenns
Description of changes
Added coverage column to Project Samples table and Exports. Optimized query for QCEntries to reduce db calls.
Related issue
Link to the GitHub issue this pull request addresses using the
#issuenum
format. If it completes an issue, useFixes #issuenum
to automatically close the issue.Checklist
Things for the developer to confirm they've done before the PR should be accepted: