Skip to content

Commit

Permalink
Fixing a spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn committed May 31, 2017
1 parent e77afb4 commit 7a9503c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ case class AlignmentRecordRDD(
* lexicographically.
*
* @return Returns a new RDD containing sorted reads.
*
* @see sortReadsByReferencePositionAndIndex
*/
def sortReadsByReferencePosition(): AlignmentRecordRDD = SortReads.time {
Expand All @@ -643,6 +644,7 @@ case class AlignmentRecordRDD(
* that they are ordered in the SequenceDictionary.
*
* @return Returns a new RDD containing sorted reads.
*
* @see sortReadsByReferencePosition
*/
def sortReadsByReferencePositionAndIndex(): AlignmentRecordRDD = SortByIndex.time {
Expand Down

0 comments on commit 7a9503c

Please sign in to comment.