# -*- encoding: utf-8 -*- # stub: npsearch 2.1.0 ruby lib Gem::Specification.new do |s| s.name = "npsearch".freeze s.version = "2.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ismail Moghul".freeze, "Matthew Rowe".freeze, "Anurag Priyam".freeze, "Maurice Elphick".freeze, "Yannick Wurm".freeze] s.date = "2016-10-04" s.description = "Search for Neuropeptides based solely on the common neuropeptide markers (e.g. signal peptide, dibasic cleavage sites etc.) i.e. not based on homology to known neuropeptides.\n\n For more information: https://github.com/wurmlab/npsearch".freeze s.email = ["y.wurm@qmul.ac.uk".freeze] s.executables = ["npsearch".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/npsearch".freeze, "lib/npsearch.rb".freeze, "lib/npsearch/arg_validator.rb".freeze, "lib/npsearch/output.rb".freeze, "lib/npsearch/pool.rb".freeze, "lib/npsearch/scoresequence.rb".freeze, "lib/npsearch/sequence.rb".freeze, "lib/npsearch/signalp.rb".freeze, "lib/npsearch/version.rb".freeze, "npsearch.gemspec".freeze, "templates/contents.slim".freeze, "test/files/empty_file.fa".freeze, "test/files/genetic.fa".freeze, "test/files/mixed_content.fa".freeze, "test/files/not_fasta.fa".freeze, "test/files/protein.fa".freeze, "test/files/signalp/signalp".freeze, "test/test_argument_validator.rb".freeze, "test/test_helper.rb".freeze, "test/test_sequence.rb".freeze, "test/test_sequence_scoring.rb".freeze] s.homepage = "https://github.com/wurmlab/npsearch".freeze s.licenses = ["AGPL".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Search for neuropeptides based on the common neuropeptides markers".freeze s.test_files = ["test/files/empty_file.fa".freeze, "test/files/genetic.fa".freeze, "test/files/mixed_content.fa".freeze, "test/files/not_fasta.fa".freeze, "test/files/protein.fa".freeze, "test/files/signalp/signalp".freeze, "test/test_argument_validator.rb".freeze, "test/test_helper.rb".freeze, "test/test_sequence.rb".freeze, "test/test_sequence_scoring.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end