Sha256: 0e0601410e7d8f6899d7ca1bc90c63a587afa8b26e6c96f4d3bdb4921687a82e
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
# Please require your code below, respecting the naming conventions in the # bioruby directory tree. # # For example, say you have a plugin named bio-plugin, the only uncommented # line in this file would be # # require 'bio/bio-plugin/plugin' # # In this file only require other files. Avoid other source code. require 'bio-vcf/utils' require 'bio-vcf/vcf' require 'bio-vcf/vcfsample' require 'bio-vcf/vcfheader' require 'bio-vcf/vcfline' require 'bio-vcf/vcfgenotypefield' require 'bio-vcf/vcfrecord' require 'bio-vcf/variant'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-vcf-0.7.0 | lib/bio-vcf.rb |
bio-vcf-0.0.3 | lib/bio-vcf.rb |