Skip to content

Commit 83ce36b

Browse files
author
Jacob Silterra
committed
Cleanup.
Remove some unused elements from Row. Rows no longer exist in a continuous region of the genome, and we don't want to imply they do Fix typo in docstring of AlignmentTileLoader
1 parent 2ef5d58 commit 83ce36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/broad/igv/sam/AlignmentTileLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public SpliceJunctionHelper getSpliceJunctionHelper() {
552552
/**
553553
* Map-like structure designed to be accessible both by key, and by numeric index
554554
* Multiple values are stored for each key, and a list is returned
555-
* If the key for a value is set as null, nothing can be added
555+
* If the value for a key is set as null, nothing can be added
556556
*
557557
* Intended to support downsampling, where if a read name is added and then removed
558558
* we don't want to add the read pair

0 commit comments

Comments
 (0)