-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Hi,
Thanks for this great gem! I think I have encountered some issue while trying to use it as API.
Version: 0.9.3, and 0.9.2 from rubygems
Ruby version: 2.5.1
Issue:
I want to use the BioVcf::VCFfile wrapper via the API, after installing the gem, I did:
=> BioVcf::VCFfile.new(file_path)as the readme suggested, but got the following error:
NameError (uninitialized constant BioVcf::VCFfile)
What I expect:
I should be able to access the constant as the readme showed.
Note:
- I did check out the
lib/bio-vcf.rbfile in master, it seems we didn't require thevcffile.rbfile there. - please let me know if there is anything else you would need to resolve the issue
- I would be happy to open a PR if I could help. Thank you!