Package org.broad.igv.ga4gh

Examples of org.broad.igv.ga4gh.Ga4ghAlignmentReader$MIterator


                throw new RuntimeException("Cannot load Goby alignment " + locator.getPath(), e);

            }
        } else if (Ga4ghAlignmentReader.supportsFileType(locator.getType())) {
            Ga4ghProvider provider = (Ga4ghProvider) locator.getAttribute("provider");
            return new Ga4ghAlignmentReader(provider, locator.getPath());
        }

        else {
            throw new RuntimeException("Cannot find reader for aligment file: " + locator.getPath());
        }
View Full Code Here

TOP

Related Classes of org.broad.igv.ga4gh.Ga4ghAlignmentReader$MIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.