# -*- encoding: utf-8 -*-
# stub: npsearch 2.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "npsearch".freeze
  s.version = "2.0.1".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 = "2015-09-14"
  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/1_protein.fa".freeze, "test/files/2_orf.fa".freeze, "test/files/3_signalp_out.txt".freeze, "test/files/4_secretome.fa".freeze, "test/files/5_output.fa".freeze, "test/files/5_output.html".freeze, "test/files/empty_file.fa".freeze, "test/files/genetic.fa".freeze, "test/files/not_fasta.fa".freeze, "test/files/protein.fa".freeze, "test/files/signalp/signalp".freeze, "test/test_np_search.rb".freeze]
  s.homepage = "https://github.com/IsmailM/NeuroPeptideSearch".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/1_protein.fa".freeze, "test/files/2_orf.fa".freeze, "test/files/3_signalp_out.txt".freeze, "test/files/4_secretome.fa".freeze, "test/files/5_output.fa".freeze, "test/files/5_output.html".freeze, "test/files/empty_file.fa".freeze, "test/files/genetic.fa".freeze, "test/files/not_fasta.fa".freeze, "test/files/protein.fa".freeze, "test/files/signalp/signalp".freeze, "test/test_np_search.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.6".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.3".freeze])
  s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<bio>.freeze, ["~> 1.4".freeze])
  s.add_runtime_dependency(%q<slim>.freeze, ["~> 3.0".freeze])
end