bacterial-annotator 0.3.4 → 0.3.5
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.
- checksums.yaml +4 -4
- data/lib/bacterial-annotator/remote-ncbi.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62858524bd177b9b7db9ba7f0172a8acf00e0bc8
|
4
|
+
data.tar.gz: a0338a29fff5690cfcaea22f74449b05a59fcc19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = '
|
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 = "
|
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("
|
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
|
+
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:
|
11
|
+
date: 2017-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bio
|