protk 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/omssa_search.rb +1 -1
  2. metadata +1 -1
data/bin/omssa_search.rb CHANGED
@@ -57,7 +57,7 @@ case
57
57
  when Pathname.new(search_tool.database).exist? # It's an explicitly named db
58
58
  current_db=Pathname.new(search_tool.database).realpath.to_s
59
59
  if(not FileTest.exists?("#{current_db}.phr"))
60
- make_blastdb_cmd << "#{@genv.makeblastdb} -dbtype prot -parse_seqids -in #{current_db}; "
60
+ make_blastdb_cmd << "#{genv.makeblastdb} -dbtype prot -parse_seqids -in #{current_db}; "
61
61
  end
62
62
  else
63
63
  current_db=search_tool.current_database :fasta
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.14
4
+ version: 1.1.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: