添加1列之后
parent
81ab7d74d4
commit
d8829a3c46
|
|
@ -91,7 +91,7 @@ open IN, "$input";
|
||||||
my $h2 = <IN>;
|
my $h2 = <IN>;
|
||||||
chomp $h2;
|
chomp $h2;
|
||||||
|
|
||||||
my $h = $h2 . "\tcn\tfun_change\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication";
|
my $h = $h2 . "\tcn\tfun_change\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication\treport_need_note";
|
||||||
print POS "$h\n";
|
print POS "$h\n";
|
||||||
print VUS "$h\n";;
|
print VUS "$h\n";;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ open VUS, ">$output.vus.txt";
|
||||||
my $h2 = <IN>;
|
my $h2 = <IN>;
|
||||||
chomp $h2;
|
chomp $h2;
|
||||||
|
|
||||||
print POS $h2 . "\tOncogenic\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication\n";
|
print POS $h2 . "\tOncogenic\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication\treport_need_note\n";
|
||||||
print NEG $h2 . "\tOncogenic\n";
|
print NEG $h2 . "\tOncogenic\n";
|
||||||
print VUS $h2 . "\tOncogenic\n";
|
print VUS $h2 . "\tOncogenic\n";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ open POS, ">$output.pos.txt";
|
||||||
my $h2 = <IN>;
|
my $h2 = <IN>;
|
||||||
chomp $h2;
|
chomp $h2;
|
||||||
|
|
||||||
print POS $h2 . "\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication\n";
|
print POS $h2 . "\t" . join("\t", (split("\t", $h1))[0 .. 9, 14]) . "\tLabel\tDrugCn\tIndication\treport_need_note\n";
|
||||||
|
|
||||||
my @pos;
|
my @pos;
|
||||||
while (<IN>) {
|
while (<IN>) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue