Sha256: aa4e03dfa057143c0467fa297d197b0b0f19be3388c75f47e9151ccd0d91a8d1
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 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' require 'bio-vcf/vcfstatistics'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-vcf-0.8.0 | lib/bio-vcf.rb |
bio-vcf-0.7.3 | lib/bio-vcf.rb |