Skip to content

Version 0.9.3 missing BioVcf::VCFfile #48

@delongGao

Description

@delongGao

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.rb file in master, it seems we didn't require the vcffile.rb file 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions