Package org.broadinstitute.gatk.utils.sam

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

Related Classes of org.broadinstitute.gatk.utils.sam.ArtificialMultiSampleReadStream

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.