Skip to content

Commit

Permalink
Wrap uncached sequence object!
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Nov 29, 2023
1 parent cb9cd9b commit f716e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/broad/igv/feature/genome/Sequence.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface Sequence {

/**
* Return the sequence for the given range. If sequence named "seq" does not exist returns null.
* @param chr
* @param seq
* @param start
* @param end
* @return The sequence in bytes, or null if no sequence exists
Expand Down

0 comments on commit f716e13

Please sign in to comment.