You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewPipelineJobException("demuxEM was selected, but more than one cached genome found, cannot infer correct genome. Found: " + StringUtils.join(cachedGenomes, ", "));
439
+
thrownewPipelineJobException("demuxEM/demuxmix was selected, but more than one cached genome found, cannot infer correct genome. Found: " + StringUtils.join(cachedGenomes, ", "));
thrownewPipelineJobException("demuxEM was selected, but no suitable loupe files were found for GEX readset: " + gexReadset);
451
+
thrownewPipelineJobException("demuxEM/demuxmix was selected, but no suitable loupe files were found for GEX readset: " + gexReadset);
452
452
}
453
453
elseif (genomeIds.size() > 1)
454
454
{
455
-
thrownewPipelineJobException("demuxEM was selected. Attempting to identify loupe files using GEX readset: " + gexReadset + ", but more than one genome found. Found: " + StringUtils.join(cachedGenomes, ", "));
455
+
thrownewPipelineJobException("demuxEM/demuxmix was selected. Attempting to identify loupe files using GEX readset: " + gexReadset + ", but more than one genome found. Found: " + StringUtils.join(cachedGenomes, ", "));
456
456
}
457
457
458
458
gexGenomeId = genomeIds.iterator().next();
@@ -479,7 +479,7 @@ else if (genomeIds.size() > 1)
479
479
480
480
if (cachedGenomes.size() > 1)
481
481
{
482
-
thrownewPipelineJobException("demuxEM was selected, but more than one cached genome found, cannot infer correct genome. Found: " + StringUtils.join(cachedGenomes, ", "));
482
+
thrownewPipelineJobException("demuxEM/demuxmix was selected, but more than one cached genome found, cannot infer correct genome. Found: " + StringUtils.join(cachedGenomes, ", "));
483
483
}
484
484
485
485
// NOTE: cache this using the source file's genome ID (which might be the TCR library), rather than the GEX genome
@@ -935,7 +935,7 @@ public void processMetrics(SequenceOutputFile so, PipelineJob job, boolean updat
0 commit comments