bacterial-annotator 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76bdda1755e5721c74d1d2207ce007d9a3b55410
4
- data.tar.gz: 00adfe5d0405d2b7193be6b1e9a54826e2096946
3
+ metadata.gz: 62858524bd177b9b7db9ba7f0172a8acf00e0bc8
4
+ data.tar.gz: a0338a29fff5690cfcaea22f74449b05a59fcc19
5
5
  SHA512:
6
- metadata.gz: 399f59cfe68cc7fe8abdfa822c04825ff5168dbb7a6ab4bd73dcf01d539ac47d3e6dd983fe2df0539a0f3096333d26778c1e3bd4bf96a6225a103f62377066d6
7
- data.tar.gz: 7519118185f6e197cd8985e06c9fddded3a1d3c36ce00a6b9684b0b4257de00b27283043fe4167438089c0f3b60962749d4fa8378816e9fc1928b7e617e99b4d
6
+ metadata.gz: 5fa60b6872156f35ad82812c706e80e0500c1391cdd972d7a84a946a8f10b293b7c660017391c1346cbb5fd80be975eabe76da5dd44cc2a910e34949a7b91469
7
+ data.tar.gz: 84eeab61552c417fef7ff7e457fdf88064475ed1a0a36be26e21a69176fe47b3c749deefed57de82eb555feb1c111893c96bd189e9e2c67da8959afaf594359b
@@ -23,7 +23,7 @@ class RemoteNCBI
23
23
  @db = db
24
24
  end
25
25
 
26
- url = 'http://blast.ncbi.nlm.nih.gov/Blast.cgi'\
26
+ url = 'https://blast.ncbi.nlm.nih.gov/Blast.cgi'\
27
27
  '?PROGRAM=blastp&BLAST_PROGRAMS=blastp'\
28
28
  '&PAGE_TYPE=BlastSearch&SHOW_DEFAULTS=on'\
29
29
  '&LINK_LOC=blasthome'
@@ -92,10 +92,10 @@ class RemoteNCBI
92
92
 
93
93
  end
94
94
 
95
- uri_parsed = "http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Get&RID=#{requestID}"
95
+ uri_parsed = "https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Get&RID=#{requestID}"
96
96
  puts "NCBI Blast for #{f}: #{uri_parsed}"
97
97
 
98
- return URI.parse("http://blast.ncbi.nlm.nih.gov/Blast.cgi?RESULTS_FILE=on&RID=#{requestID}&FORMAT_TYPE=XML&FORMAT_OBJECT=Alignment&CMD=Get")
98
+ return URI.parse("https://blast.ncbi.nlm.nih.gov/Blast.cgi?RESULTS_FILE=on&RID=#{requestID}&FORMAT_TYPE=XML&FORMAT_OBJECT=Alignment&CMD=Get")
99
99
 
100
100
  end # end of method
101
101
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bacterial-annotator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxime Deraspe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-03 00:00:00.000000000 Z
11
+ date: 2017-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bio