Skip to content

Commit

Permalink
Fix error in total variants calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Dec 4, 2023
1 parent 612a5ac commit 510ee91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public Integer call() throws Exception {
nextVariant = readVariant(readers[i], format);
read = false;
}catch (VariantReadingException e){
totalVariants[i]++;
ignoredVariants[i]++;
} catch (Exception e) {
throw new RuntimeException("File " + filenames[i], e);
Expand Down

0 comments on commit 510ee91

Please sign in to comment.