We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4438ba commit ec0b8cdCopy full SHA for ec0b8cd
1 file changed
genotype_variants/commands/small_variants.py
@@ -1022,6 +1022,7 @@ def multiple_samples(
1022
input_maf,
1023
reference_fasta,
1024
gbcms_path,
1025
+ None,
1026
sample_id,
1027
standard_bam,
1028
duplex_bam,
@@ -1030,6 +1031,8 @@ def multiple_samples(
1030
1031
fragment_count,
1032
mapping_quality,
1033
threads,
1034
+ sample_id,
1035
+ False,
1036
)
1037
t1_stop = time.perf_counter()
1038
t2_stop = time.process_time()
0 commit comments