Skip to content

Commit

Permalink
[ADAM-1573] Remove unused Unaligned trait.
Browse files Browse the repository at this point in the history
Resolves #1573.
  • Loading branch information
fnothaft authored and heuermh committed Jun 21, 2017
1 parent 152a8ad commit 310d9f9
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1412,11 +1412,3 @@ abstract class AvroGenomicRDD[T <% IndexedRecord: Manifest, U <: AvroGenomicRDD[
saveAsParquet(new JavaSaveArgs(filePath))
}
}

/**
* A trait for genomic data that is not aligned to a reference (e.g., raw reads).
*/
trait Unaligned {

val sequences = SequenceDictionary.empty
}

0 comments on commit 310d9f9

Please sign in to comment.