-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
18 lines (18 loc) · 846 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: rbcf
Version: 0.0-17
Date: 2020-04-27
Title: vcf and bcf processing
Author: Pierre Lindenbaum <plindenbaum@yahoo.fr>
Maintainer: Pierre Lindenbaum <plindenbaum@yahoo.fr>
Depends: R (>= 3.0.0)
Description: C Bindings to htslib (<https://github.com/samtools/htslib>) for reading vcf/bcf files.
The package contains a set of functions to open/close/scan/query a vcf/bcf file, as well a
some functions to extract data from variants and genotypes.
The package is working although it might evolve in the future ( nature of the returned object, names of the functions, etc...).
I also need to improve the tests and the documentation.
License: MIT (>= 2)
URL: https://github.com/lindenb/rbcf
BugReports: https://github.com/lindenb/rbcf/issues
SystemRequirements: GNU make, git, curl-dev
NeedsCompilation: yes
OS_type: unix