.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH VCF-FIX-NEWLINES "1" "July 2016" "vcf-fix-newlines 0.1.14" "User Commands" .SH NAME vcf-fix-newlines \- fix newlines in VCF file .SH SYNOPSIS .B vcf-fix-newlines [\fI\,OPTIONS\/\fR] .SH DESCRIPTION About: Reads in a VCF file with any (commonly used) newline representation and outputs with the .IP current system's newline representation. .SH OPTIONS .TP \fB\-i\fR, \fB\-\-info\fR Report if the file is consistent with the current platform based. .TP \fB\-h\fR, \-?, \fB\-\-help\fR This help message. .SS "Example:" .IP vcf\-fix\-newlines \fB\-i\fR file.vcf vcf\-fix\-newlines file.vcf.gz > out.vcf cat file.vcf | vcf\-fix\-newlines > out.vcf