-
Notifications
You must be signed in to change notification settings - Fork 308
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
[ADAM-1242] Clean up dead code in org.bdgenomics.adam.util. #1243
Conversation
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
Test PASSed. |
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. |
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 isn't a two bit file
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`.
f148b07
to
bdf626c
Compare
Fixed the documentation issue and pushed. |
Test PASSed. |
Thanks, @fnothaft! |
Resolves #1242. Removed: