Skip to content

Commit f2a1293

Browse files
committed
Fixed name of all queries to be consistent (added a colon).
1 parent a362fc9 commit f2a1293

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/edu/ucsf/rbvi/stringApp/internal/tasks/CrossSpeciesSearchTaskFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class CrossSpeciesSearchTaskFactory extends AbstractNetworkSearchTaskFact
7575
StringManager manager;
7676
static String CROSS_SPECIES_ID = "edu.ucsf.rbvi.x-species";
7777
static String CROSS_SPECIES_URL = "http://string-db.org";
78-
static String CROSS_SPECIES_NAME = "STRING cross-species query";
78+
static String CROSS_SPECIES_NAME = "STRING: cross-species query";
7979
static String CROSS_SPECIES_DESC = "Search STRING for protein-protein interactions across species";
8080
static String CROSS_SPECIES_DESC_LONG = "<html>The cross-species query retrieves a STRING network for all proteins <br />"
8181
+ "in the two chosen species that have interactions above the chosen cutoff, <br />"

src/main/java/edu/ucsf/rbvi/stringApp/internal/tasks/DiseaseSearchTaskFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class DiseaseSearchTaskFactory extends AbstractNetworkSearchTaskFactory {
3333
StringManager manager;
3434
static String DISEASE_ID = "edu.ucsf.rbvi.disease";
3535
static String DISEASE_URL = "http://string-db.org";
36-
static String DISEASE_NAME = "STRING disease query";
36+
static String DISEASE_NAME = "STRING: disease query";
3737
static String DISEASE_DESC = "Search STRING for protein-protein interactions";
3838
static String DISEASE_DESC_LONG = "<html>The disease query retrieves a STRING network for the top-N human proteins associated <br />"
3939
+ "with the queried disease in the DISEASES database. DISEASES is a weekly updated web <br />"

src/main/java/edu/ucsf/rbvi/stringApp/internal/tasks/PubmedSearchTaskFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class PubmedSearchTaskFactory extends AbstractNetworkSearchTaskFactory {
6161
StringManager manager;
6262
static String PUBMED_ID = "edu.ucsf.rbvi.pubmed";
6363
static String PUBMED_URL = "http://string-db.org";
64-
static String PUBMED_NAME = "STRING PubMed query";
64+
static String PUBMED_NAME = "STRING: PubMed query";
6565
static String PUBMED_DESC = "Search STRING for protein-protein interactions based on PubMed queries";
6666
static String PUBMED_DESC_LONG = "<html>The PubMed query retrieves a STRING network pertaining to any topic of interest <br />"
6767
+ "based on text mining of PubMed abstracts. STRING is a database of known and <br />"

src/main/java/edu/ucsf/rbvi/stringApp/internal/tasks/StitchSearchTaskFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class StitchSearchTaskFactory extends AbstractNetworkSearchTaskFactory im
4141
StringManager manager;
4242
static String STITCH_ID = "edu.ucsf.rbvi.stitch";
4343
static String STITCH_URL = "http://stitch-db.org";
44-
static String STITCH_NAME = "STITCH compound query";
44+
static String STITCH_NAME = "STITCH: compound query";
4545
static String STITCH_DESC = "Search STITCH for protein-compound interactions";
4646
static String STITCH_DESC_LONG = "<html>The compound query retrieves a STITCH network for one or more proteins or compounds. <br />"
4747
+ "STITCH is a resource to explore known and predicted interactions of chemicals and <br />"

src/main/java/edu/ucsf/rbvi/stringApp/internal/tasks/StringSearchTaskFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class StringSearchTaskFactory extends AbstractNetworkSearchTaskFactory im
4343
StringManager manager;
4444
static String STRING_ID = "edu.ucsf.rbvi.string";
4545
static String STRING_URL = "http://string-db.org";
46-
static String STRING_NAME = "STRING protein query";
46+
static String STRING_NAME = "STRING: protein query";
4747
static String STRING_DESC = "Search STRING for protein-protein interactions";
4848
static String STRING_DESC_LONG = "<html>The protein query retrieves a STRING network for one or more proteins. <br />"
4949
+ "STRING is a database of known and predicted protein interactions for <br />"

stringApp-2.0.1.jar

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)