Package picard.illumina.parser.fakers

Examples of picard.illumina.parser.fakers.MultiTileLocsFileFaker


}

class MultiTileLocsFileUtil extends MultiTileFileUtil<PositionalData> {

    MultiTileLocsFileUtil(final File basecallLaneDir, final File bciDir, final int lane) {
        super(".locs", basecallLaneDir, bciDir, new MultiTileLocsFileFaker(), lane);
    }
View Full Code Here

TOP

Related Classes of picard.illumina.parser.fakers.MultiTileLocsFileFaker

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.