Skip to content
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

Refactoring org.bdgenomics.adam.io package. #1064

Closed
wants to merge 1 commit into from

Conversation

fnothaft
Copy link
Member

@fnothaft fnothaft commented Jul 3, 2016

  • Added documentation to all classes, methods, and fields that were missing descriptions.
  • Factored duplicated code from SingleFastqRecordReader and InterleavedFastqRecordReader out into a new abstract base class FastqRecordReader.
  • Tightened up access modifiers where possible. Sadly, the two input formats cannot be made more private, since Java has a more restricted form of package-private than scala, and the input formats are used from inside of org.bdgenomics.adam.rdd.
  • Removed @author tags.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1295/
Test PASSed.

* and the quality encoding includes '@' in its valid character range. So how should one
* distinguish between \n@ as a record delimiter and and \n@ as part of a multi-line
* quality string?
*
Copy link
Member

Choose a reason for hiding this comment

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

Yes

@heuermh heuermh mentioned this pull request Jul 6, 2016
61 tasks
* Added documentation to all classes, methods, and fields that were missing
  descriptions.
* Factored duplicated code from `SingleFastqRecordReader` and
  `InterleavedFastqRecordReader` out into a new abstract base class
  `FastqRecordReader`.
* Tightened up access modifiers where possible. Sadly, the two input formats
  cannot be made more private, since Java has a more restricted form of
  package-private than scala, and the input formats are used from inside of
  `org.bdgenomics.adam.rdd`.
* Removed `@author` tags.
@fnothaft
Copy link
Member Author

fnothaft commented Jul 7, 2016

Addressed review comments.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1319/
Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1320/
Test PASSed.

@heuermh
Copy link
Member

heuermh commented Jul 7, 2016

LGTM

@heuermh
Copy link
Member

heuermh commented Jul 7, 2016

Merged commit 40ee638

Thank you, @fnothaft!

@heuermh heuermh closed this Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants