Sha256: edcdf4cf7329f23b1677ef626ddc949f913202507c26f5f3da79bb991af11523
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 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/vcf' require 'bio-vcf/vcfheader' require 'bio-vcf/vcfline' require 'bio-vcf/vcfgenotypefield' require 'bio-vcf/vcfrecord' require 'bio-vcf/variant'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bio-vcf-0.0.2 | lib/bio-vcf.rb |