Merge pull request #379 from broadinstitute/mc_dpp_updates_part2
Including SplitByRG in the FullProcessingPipeline
This commit is contained in:
commit
e1174a582d
|
|
@ -73,7 +73,7 @@ object QScriptUtils {
|
||||||
/**
|
/**
|
||||||
* Check if there are multiple samples in a BAM file
|
* Check if there are multiple samples in a BAM file
|
||||||
*/
|
*/
|
||||||
def hasMultipleSamples(readGroups: java.util.List[SAMReadGroupRecord]): Boolean = {
|
def hasMultipleSamples(readGroups: Seq[SAMReadGroupRecord]): Boolean = {
|
||||||
var sample: String = ""
|
var sample: String = ""
|
||||||
for (r <- readGroups) {
|
for (r <- readGroups) {
|
||||||
if (sample.isEmpty)
|
if (sample.isEmpty)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue