-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up
org.bdgenomics.adam.rdd.ADAMContext
:
* Made constructor private. * Removed dead implicits. * Made `loadParquet` package private. * Broke long lines. * Added scaladoc. * Removed non-ideomatic uses of `Option`s. * Removed unused overloaded `loadFeatures` definition. * Removed `loadGenes` and `PrintGenes` command. * Added support for .vcf.gz in `loadGenotypes` and `loadVariants`.
- Loading branch information
Showing
6 changed files
with
318 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,6 @@ object ADAMMain { | |
"PRINT", | ||
List( | ||
PrintADAM, | ||
PrintGenes, | ||
FlagStat, | ||
ListDict, | ||
AlleleCount, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
adam-cli/src/main/scala/org/bdgenomics/adam/cli/PrintGenes.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.