Skip to content

Commit

Permalink
lib: minor change, #558
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Feb 9, 2022
1 parent eb4bb3b commit 7c48633
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,6 @@ public void processResults(Future<List<CellBaseDataResult<SpliceScore>>> spliceF
if (spliceScoreResult != null && CollectionUtils.isNotEmpty(spliceScoreResult.getResults())) {
for (SpliceScore spliceScore : spliceScoreResult.getResults()) {
for (ConsequenceType ct : variantAnnotationList.get(i).getConsequenceTypes()) {
List<SpliceScores> selectedScores = new ArrayList<>();
for (SpliceScoreAlternate spliceScoreAlt : spliceScore.getAlternates()) {
String alt = StringUtils.isEmpty(variantAnnotationList.get(i).getAlternate())
? "-"
Expand Down

0 comments on commit 7c48633

Please sign in to comment.