From c7baf96c7dbc175441f8a69b15ee4895b2be49f0 Mon Sep 17 00:00:00 2001 From: chaopower Date: Fri, 1 Mar 2024 13:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=B9=E9=85=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/target_therapy_snpindel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/target_therapy_snpindel.pl b/codes/target_therapy_snpindel.pl index 0ba2040..c720b82 100755 --- a/codes/target_therapy_snpindel.pl +++ b/codes/target_therapy_snpindel.pl @@ -119,7 +119,7 @@ while () { $mut_type = ''; } elsif ($record{'Func_refGene'} =~ /splicing/) { - $protein = 'Truncating Mutation'; + $protein = 'Truncating Mutations'; $mut_type = ''; } else {