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

[ADAM-1242] Clean up dead code in org.bdgenomics.adam.util. #1243

Merged
merged 3 commits into from
Nov 7, 2016

Conversation

fnothaft
Copy link
Member

@fnothaft fnothaft commented Nov 5, 2016

Resolves #1242. Removed:

  • org.bdgenomics.adam.util.ImplicitJavaConversions
  • org.bdgenomics.adam.util.IntervalListReader
  • org.bdgenomics.adam.util.MapTools
  • org.bdgenomics.adam.util.RegExp
  • org.bdgenomics.adam.util.Util

Resolves bigdatagenomics#1242. Removed:

* org.bdgenomics.adam.util.ImplicitJavaConversions
* org.bdgenomics.adam.util.IntervalListReader
* org.bdgenomics.adam.util.MapTools
* org.bdgenomics.adam.util.RegExp
* org.bdgenomics.adam.util.Util
@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/1556/
Test PASSed.

@fnothaft
Copy link
Member Author

fnothaft commented Nov 6, 2016

I've added two commits:

  • 694dbe2 does a general documentation cleanup
  • f148b07 moves several classes/objects to different packages, and tightens up protections on these classes

This is good to go from my side.

@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/1557/
Test PASSed.

case class ReferenceContigMap(contigMap: Map[String, Seq[NucleotideContigFragment]]) extends ReferenceFile {

// create sequence dictionary
/**
* The sequence dictionary corresponding to the contigs in this two bit file.
Copy link
Member

Choose a reason for hiding this comment

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

this isn't a two bit file

@heuermh
Copy link
Member

heuermh commented Nov 7, 2016

Looks great other than one doc fix

…nup:

* Moved `NormalizationUtils` to `org.bdgenomics.adam.algorithms.consensus`, and
  made it package private to `consensus`.
* Moved `MdTag` to `org.bdgenomics.adam.models`.
* Moved `QualityScore` to `org.bdgenomics.adam.models` and made it package
  private to `consensus`.
@fnothaft
Copy link
Member Author

fnothaft commented Nov 7, 2016

Fixed the documentation issue and pushed.

@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/1561/
Test PASSed.

@heuermh heuermh merged commit 266e2fc into bigdatagenomics:master Nov 7, 2016
@heuermh
Copy link
Member

heuermh commented Nov 7, 2016

Thanks, @fnothaft!

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