# -*- encoding: utf-8 -*- # stub: macroape 3.3.3 ruby lib Gem::Specification.new do |s| s.name = "macroape".freeze s.version = "3.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ilya Vorontsov".freeze] s.date = "2012-07-19" s.description = "Macroape is an abbreviation for MAtrix CompaRisOn by Approximate P-value Estimation. It's a bioinformatic tool for evaluating similarity measure and best alignment between a pair of Position Weight Matrices(PWM), finding thresholds by P-values and inside out and even searching a collection of motifs for the most similar ones. Used approach and application described in manual at https://docs.google.com/document/pub?id=1_jsxhMNzMzy4d2d_byAd3n6Szg5gEcqG_Sf7w9tEqWw".freeze s.email = ["prijutme4ty@gmail.com".freeze] s.executables = ["eval_alignment".freeze, "eval_similarity".freeze, "find_pvalue".freeze, "find_threshold".freeze, "preprocess_collection".freeze, "scan_collection".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile.rb".freeze, "TODO.txt".freeze, "benchmark/similarity_benchmark.rb".freeze, "bin/eval_alignment".freeze, "bin/eval_similarity".freeze, "bin/find_pvalue".freeze, "bin/find_threshold".freeze, "bin/preprocess_collection".freeze, "bin/scan_collection".freeze, "lib/macroape.rb".freeze, "lib/macroape/aligned_pair_intersection.rb".freeze, "lib/macroape/collection.rb".freeze, "lib/macroape/counting.rb".freeze, "lib/macroape/exec/eval_alignment.rb".freeze, "lib/macroape/exec/eval_similarity.rb".freeze, "lib/macroape/exec/find_pvalue.rb".freeze, "lib/macroape/exec/find_threshold.rb".freeze, "lib/macroape/exec/preprocess_collection.rb".freeze, "lib/macroape/exec/scan_collection.rb".freeze, "lib/macroape/pwm_compare.rb".freeze, "lib/macroape/pwm_compare_aligned.rb".freeze, "lib/macroape/version.rb".freeze, "macroape.gemspec".freeze, "spec/count_distribution_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/data/AHR_si.pat".freeze, "test/data/KLF4_f2.pat".freeze, "test/data/KLF4_f2_scan_results_all.txt".freeze, "test/data/KLF4_f2_scan_results_default_cutoff.txt".freeze, "test/data/KLF4_f2_scan_results_precise_mode.txt".freeze, "test/data/SP1_f1.pat".freeze, "test/data/SP1_f1_revcomp.pat".freeze, "test/data/test_collection.yaml".freeze, "test/data/test_collection/GABPA_f1.pat".freeze, "test/data/test_collection/KLF4_f2.pat".freeze, "test/data/test_collection/SP1_f1.pat".freeze, "test/eval_alignment_similarity_test.rb".freeze, "test/eval_similarity_test.rb".freeze, "test/find_pvalue_test.rb".freeze, "test/find_threshold_test.rb".freeze, "test/preprocess_collection_test.rb".freeze, "test/scan_collection_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://autosome.ru/macroape/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "PWM comparison tool using MACROAPE approach".freeze s.test_files = ["spec/count_distribution_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/data/AHR_si.pat".freeze, "test/data/KLF4_f2.pat".freeze, "test/data/KLF4_f2_scan_results_all.txt".freeze, "test/data/KLF4_f2_scan_results_default_cutoff.txt".freeze, "test/data/KLF4_f2_scan_results_precise_mode.txt".freeze, "test/data/SP1_f1.pat".freeze, "test/data/SP1_f1_revcomp.pat".freeze, "test/data/test_collection.yaml".freeze, "test/data/test_collection/GABPA_f1.pat".freeze, "test/data/test_collection/KLF4_f2.pat".freeze, "test/data/test_collection/SP1_f1.pat".freeze, "test/eval_alignment_similarity_test.rb".freeze, "test/eval_similarity_test.rb".freeze, "test/find_pvalue_test.rb".freeze, "test/find_threshold_test.rb".freeze, "test/preprocess_collection_test.rb".freeze, "test/scan_collection_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) end