--- !ruby/object:Gem::Specification name: bioinform version: !ruby/object:Gem::Version version: 0.1.5 prerelease: platform: ruby authors: - Ilya Vorontsov autorequire: bindir: bin cert_chain: [] date: 2012-09-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '2.0' description: A bunch of useful classes for bioinformatics email: - prijutme4ty@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - bioinform.gemspec - lib/bioinform.rb - lib/bioinform/data_models.rb - lib/bioinform/data_models/collection.rb - lib/bioinform/data_models/pcm.rb - lib/bioinform/data_models/pm.rb - lib/bioinform/data_models/ppm.rb - lib/bioinform/data_models/pwm.rb - lib/bioinform/parsers.rb - lib/bioinform/parsers/parser.rb - lib/bioinform/parsers/string_fantom_parser.rb - lib/bioinform/parsers/string_parser.rb - lib/bioinform/parsers/trivial_parser.rb - lib/bioinform/support.rb - lib/bioinform/support/advanced_scan.rb - lib/bioinform/support/array_product.rb - lib/bioinform/support/array_zip.rb - lib/bioinform/support/callable_symbol.rb - lib/bioinform/support/collect_hash.rb - lib/bioinform/support/deep_dup.rb - lib/bioinform/support/delete_many.rb - lib/bioinform/support/has_keys.rb - lib/bioinform/support/inverf.rb - lib/bioinform/support/multiline_squish.rb - lib/bioinform/support/partial_sums.rb - lib/bioinform/support/same_by.rb - lib/bioinform/support/yaml_dump_file.rb - lib/bioinform/version.rb - spec/data_models/pcm_spec.rb - spec/data_models/pm_spec.rb - spec/data_models/ppm_spec.rb - spec/data_models/pwm_spec.rb - spec/parsers/parser_spec.rb - spec/parsers/string_fantom_parser_spec.rb - spec/parsers/string_parser_spec.rb - spec/parsers/trivial_parser_spec.rb - spec/spec_helper.rb - spec/support/advanced_scan_spec.rb - spec/support/array_product_spec.rb - spec/support/array_zip_spec.rb - spec/support/callable_symbol_spec.rb - spec/support/collect_hash_spec.rb - spec/support/delete_many_spec.rb - spec/support/has_keys_spec.rb - spec/support/inverf_spec.rb - spec/support/multiline_squish_spec.rb - spec/support/partial_sums_spec.rb - spec/support/same_by_spec.rb homepage: '' licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Classes for work with different input formats of positional matrices and IUPAC-words and making simple transform and statistics with them. Also module includes several useful extensions for Enumerable module like parametric map and callable symbols test_files: - spec/data_models/pcm_spec.rb - spec/data_models/pm_spec.rb - spec/data_models/ppm_spec.rb - spec/data_models/pwm_spec.rb - spec/parsers/parser_spec.rb - spec/parsers/string_fantom_parser_spec.rb - spec/parsers/string_parser_spec.rb - spec/parsers/trivial_parser_spec.rb - spec/spec_helper.rb - spec/support/advanced_scan_spec.rb - spec/support/array_product_spec.rb - spec/support/array_zip_spec.rb - spec/support/callable_symbol_spec.rb - spec/support/collect_hash_spec.rb - spec/support/delete_many_spec.rb - spec/support/has_keys_spec.rb - spec/support/inverf_spec.rb - spec/support/multiline_squish_spec.rb - spec/support/partial_sums_spec.rb - spec/support/same_by_spec.rb