Skip to content

Commit

Permalink
Update run_clairs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzhenxian authored Jul 15, 2023
1 parent 05a5cd5 commit 74f2e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_clairs
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ def somatic_calling(args):
indel_fa_fn = args.output_dir + '/tmp/vcf_output/indel_full_alignment.vcf'
if args.platform == 'hifi':
echo_list.append("[INFO] Indel Haplotype filtering")
indel_hap_g_command = '( ' + time + args.pypy + ' ' + main_entry + ' haplotype_filtering_bak_indel'
indel_hap_g_command = '( ' + time + args.pypy + ' ' + main_entry + ' haplotype_filtering'
indel_hap_g_command += ' --tumor_bam_fn ' + tumor_bam_prefix
indel_hap_g_command += ' --ref_fn ' + args.ref_fn
indel_hap_g_command += ' --germline_vcf_fn ' + clair3_output_path + '/clair3_tumor_output/merge_output.vcf.gz'
Expand Down

0 comments on commit 74f2e34

Please sign in to comment.