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

Clean up packages #1083

Closed
6 tasks done
fnothaft opened this issue Jul 18, 2016 · 3 comments · Fixed by #1267
Closed
6 tasks done

Clean up packages #1083

fnothaft opened this issue Jul 18, 2016 · 3 comments · Fixed by #1267
Milestone

Comments

@fnothaft
Copy link
Member

fnothaft commented Jul 18, 2016

Documentation and packaging cleanup for:

@fnothaft fnothaft added this to the 0.20.0 milestone Jul 18, 2016
@fnothaft fnothaft changed the title Clean up org.bdgenomics.adam.projections package Clean up packages Jul 18, 2016
@heuermh
Copy link
Member

heuermh commented Jul 19, 2016

I'd like to propose the following package name changes:

org.bdgenomics.adam.rdd.features --> org.bdgenomics.adam.feature
org.bdgenomics.adam.rdd.variation --> org.bdgenomics.adam.variant

@heuermh
Copy link
Member

heuermh commented Jul 19, 2016

object Timers in package org.bdgenomics.adam.instrumentation could use some higher level doc, when to define one, how to use one, etc.

@fnothaft
Copy link
Member Author

+1 @heuermh

@heuermh heuermh modified the milestones: 0.20.0, 0.22.0, 0.21.0 Oct 13, 2016
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 15, 2016
Along with bigdatagenomics#1263 and bigdatagenomics#1264, this resolves bigdatagenomics#1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 15, 2016
Along with bigdatagenomics#1263 and bigdatagenomics#1264, this resolves bigdatagenomics#1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 15, 2016
Along with bigdatagenomics#1263 and bigdatagenomics#1264, this resolves bigdatagenomics#1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 16, 2016
Along with bigdatagenomics#1263 and bigdatagenomics#1264, this resolves bigdatagenomics#1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 16, 2016
Along with bigdatagenomics#1263 and bigdatagenomics#1264, this resolves bigdatagenomics#1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
heuermh pushed a commit that referenced this issue Nov 16, 2016
Along with #1263 and #1264, this resolves #1083.

* Removing unused org.bdgenomics.adam.models.ReadBucket class.
* Move org.bdgenomics.adam.models.ReferencePositionPair and
  org.bdgenomics.adam.models.SingleReadBucket in to org.bdgenomics.adam.rdd.read
  and make package private.
* Clean up duplicated methods and methods that were incorrectly in companion
  singleton for SequenceDictionary and ReadGroupDictionary.
* Removed all SamReader references.
* Make writable file headers private to ADAM.
* Eliminated manual VCF parsing code in SnpTable.
* Cleaned up scaladoc for all classes and singleton objects.
* Moved `NonoverlappingRegions` test code out of `InnerBroadcastRegionJoinSuite`.
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 a pull request may close this issue.

2 participants