Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Oct 18, 2023
1 parent a104a5e commit a9b0614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perl/lib/Utils/DbSnp2FormatInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ sub go {
my $header_fh = $self->getWriteFh($output_header_path);

# Write the updated header and VCF to output
# open($fh_out, "| gzip -c > $output_vcf") or die "Cannot open $output_vcf: $!";
say $header_fh join("\n", @header_lines);
close($header_fh);

Expand Down

0 comments on commit a9b0614

Please sign in to comment.