Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
0fad2586
Commit
0fad2586
authored
8 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
fix on drugbank annotator
parent
2b796056
No related branches found
No related tags found
1 merge request
!5
Frontend refactor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
annotation/src/main/java/lcsb/mapviewer/annotation/services/DrugbankHTMLParser.java
+6
-6
6 additions, 6 deletions
...csb/mapviewer/annotation/services/DrugbankHTMLParser.java
with
6 additions
and
6 deletions
annotation/src/main/java/lcsb/mapviewer/annotation/services/DrugbankHTMLParser.java
+
6
−
6
View file @
0fad2586
...
...
@@ -67,32 +67,32 @@ public class DrugbankHTMLParser extends DrugAnnotation implements IExternalServi
/**
* Url used for finding drug by drug name.
*/
static
final
String
URLB
=
"http://www.drugbank.ca/search?searcher=drugs&utf8=%E2%9C%93&button=&filter=false&query="
;
static
final
String
URLB
=
"http
s
://www.drugbank.ca/search?searcher=drugs&utf8=%E2%9C%93&button=&filter=false&query="
;
/**
* Url used for retrieving general information about drug.
*/
static
final
String
URLDRUG
=
"http://www.drugbank.ca/drugs/"
;
static
final
String
URLDRUG
=
"http
s
://www.drugbank.ca/drugs/"
;
/**
* Homepage of drugbank.
*/
static
final
String
URL
=
"http://www.drugbank.ca/"
;
static
final
String
URL
=
"http
s
://www.drugbank.ca/"
;
/**
* Url used for accesing information about target synonyms.
*/
static
final
String
URLPEP
=
"http://www.drugbank.ca/biodb/polypeptides/"
;
static
final
String
URLPEP
=
"http
s
://www.drugbank.ca/biodb/polypeptides/"
;
/**
* Url that allows to search for dugs using target hgnc name.
*/
static
final
String
URL_TARGETS
=
"http://www.drugbank.ca/search?utf8=%E2%9C%93&searcher=targets&query="
;
static
final
String
URL_TARGETS
=
"http
s
://www.drugbank.ca/search?utf8=%E2%9C%93&searcher=targets&query="
;
/**
* Url that helps finding drug name for given target identifier.
*/
static
final
String
URL_TARGET_DETAIL
=
"http://www.drugbank.ca/biodb/bio_entities/"
;
static
final
String
URL_TARGET_DETAIL
=
"http
s
://www.drugbank.ca/biodb/bio_entities/"
;
/**
* Pattern used to get information about {@link Drug#bloodBrainBarrier blood
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment