Examples of ArtificialMultiSampleReadStream


Examples of org.broadinstitute.gatk.utils.sam.ArtificialMultiSampleReadStream

                                                                                                         thisSampleNumUnmappedReads);
                perSampleArtificialReadStreams.put(sampleName, thisSampleStream);
                perSampleStreamAnalyzers.put(sampleName, new PositionallyDownsampledArtificialSingleSampleReadStreamAnalyzer(thisSampleStream, targetCoverage));
            }

            mergedReadStream = new ArtificialMultiSampleReadStream(perSampleArtificialReadStreams.values());
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.