small javadoc cleanup.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@653 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e8b8ab5985
commit
c735e1f627
|
|
@ -109,9 +109,9 @@ public class ShardDataProvider {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the reference base associated with this particular point on the genome.
|
||||
* Gets the reference sequence, as a char[], for the provided read.
|
||||
* @param read the read to fetch the reference sequence for
|
||||
* @return a char string of bases representing the reference sequence corresponding to passed in read
|
||||
* @return a char string of bases representing the reference sequence mapped to passed in read
|
||||
*/
|
||||
public char[] getReferenceForRead( SAMRecord read ) {
|
||||
return referenceProvider.getReferenceBases(read);
|
||||
|
|
|
|||
Loading…
Reference in New Issue