This is the command vcf-concat that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
vcf-concat - concatenate VCF files
SYNOPSIS
vcf-concat [OPTIONS] A.vcf.gz B.vcf.gz C.vcf.gz > out.vcf
DESCRIPTION
About: Convenience tool for concatenating VCF files. In the basic mode it does not
do anything fancy except for a sanity check that all files have the same columns.
When run with the -s option, it will perform a partial merge sort, looking at a
limited number of open jobs simultaneously.
OPTIONS
-f, --files <file>
Read the list of files from a file.
-s, --merge-sort <int>
Allow small overlaps in N consecutive files.
-h, -?, --help
This help message.
Use vcf-concat online using onworks.net services