We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a194031 commit f3a20a0Copy full SHA for f3a20a0
singlecell/src/org/labkey/singlecell/run/CellRangerVDJWrapper.java
@@ -148,7 +148,7 @@ public void init(SequenceAnalysisJobSupport support) throws PipelineJobException
148
}
149
150
//NOTE: this allows dual TRA/TRD segments
151
- String[] loci = nt.getLocus().split("/");
+ String[] loci = nt.getLocus().split("[/,]");
152
for (String locus : loci)
153
{
154
i.getAndIncrement(); //cant use sequenceId since sequences might be represented multiple times across loci
0 commit comments