File: vcf-fix-newlines.1

package info (click to toggle)
vcftools 0.1.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,920 kB
  • sloc: cpp: 14,090; perl: 11,657; ansic: 1,467; sh: 135; makefile: 105
file content (23 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.\" 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