mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
429 B
Plaintext
7 lines
429 B
Plaintext
Vcf-split splits a multi-sample VCF into single-sample VCFs, writing thousands
|
|
of output files simultaneously. Parsing the TOPMed human chromosome 1 BCF
|
|
with bcftools takes two days, so extracting the 137,977 samples one at a time
|
|
or using thousands of parallel readers of the same file is impractical.
|
|
Vcf-split solves this by generating thousands of single-sample outputs during
|
|
a single sweep through the multi-sample input.
|