again for JIRA GSA-320
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3319 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ac9b32db88
commit
06ea65e60b
|
|
@ -49,7 +49,7 @@ public class VCFUtils {
|
|||
|
||||
for ( ReferenceOrderedDataSource source : toolkit.getRodDataSources() ) {
|
||||
RMDTrack rod = source.getReferenceOrderedData();
|
||||
if ( rod.getType().equals(VCFRecord.class) ) {
|
||||
if ( rod.getType().equals(VCFCodec.class) ) {
|
||||
vcfs.add(rod);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue