Skip to content

Commit 87ba9b9

Browse files
author
Victor Kirst
committed
Fixed bug
1 parent 8c2e1ae commit 87ba9b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/VarDict-1.3.zip

-19 Bytes
Binary file not shown.

src/main/java/com/astrazeneca/vardict/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ private static Options buildOptions() {
415415
.withDescription("The minimum matches for a read to be considered. If, after soft-clipping, the matched bp is less than INT, then the "
416416
+ "read is discarded. It's meant for PCR based targeted sequencing where there's no insert and the matching is only the primers.\n"
417417
+ "Default: 0, or no filtering")
418-
.withType(String.class)
418+
.withType(Number.class)
419419
.isRequired(false)
420420
.create('M'));
421421

0 commit comments

Comments
 (0)