Skip to content

Commit 1a4201b

Browse files
committed
lints
1 parent 439f20d commit 1a4201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celltics/tools/vargroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def cli(input_file=None, output_file=None, bam_file=None, merge_distance=9, fq_t
674674
:return: merged VCF file
675675
"""
676676
main(input_file=input_file, output_file=output_file, bam_file=bam_file, merge_distance=merge_distance,
677-
fq_threshold=fq_threshold, bam_filter_mode=bam_filter_mode, write_mode=write_mode,
677+
fq_threshold=fq_threshold, min_reads=min_reads, bam_filter_mode=bam_filter_mode, write_mode=write_mode,
678678
ref_seq=ref_seq, threads=threads, debug=debug)
679679

680680

0 commit comments

Comments
 (0)