diff options
author | Rob van Nues <sborg63@disroot.org> | 2020-01-02 19:49:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-02 23:33:50 -0600 |
commit | a0a8f1b107291d0800787b7b8f8801237dbfbc25 (patch) | |
tree | d0be56a743aba5c8aa7f20d22debfec809324738 /academic/bcftools/README | |
parent | d04080be8c8cdd0695f48c99316f488c57653bc7 (diff) |
academic/bcftools: Updated for version 1.10.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/bcftools/README')
-rw-r--r-- | academic/bcftools/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/academic/bcftools/README b/academic/bcftools/README index 731b912643d07..aef002668d7e9 100644 --- a/academic/bcftools/README +++ b/academic/bcftools/README @@ -1,5 +1,9 @@ -Prior to the introduction of HTSlib, SAMtools and BCFtools were distributed in -a single samtools-0.1.x package. -This old version remains available from SBo as samtools-legacy +bcftools (BCF calling tools) contains all the "vcf..." commands which +previously lived in the htslib repository (such as vcfcheck, vcfmerge, +vcfisec, etc.) and the samtools BCF calling from bcftools subdirectory +of the previous samtools. BCFtools are meant as a faster replacement +for most of the perl VCFtools commands. -The BCFtools is now distributed as an individual package. +Prior to the introduction of HTSlib, SAMtools and BCFtools were distributed +in a single samtools-0.1.x package. This old version remains available from +SBo as samtools-legacy. |