Author: kono
Date: 2011-07-25 17:16:28 -0700 (Mon, 25 Jul 2011)
New Revision: 26265

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/StartTask.java
Log:
refs #300 Tunable Message had been modified.

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/StartTask.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/StartTask.java
      2011-07-26 00:12:38 UTC (rev 26264)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/StartTask.java
      2011-07-26 00:16:28 UTC (rev 26265)
@@ -21,10 +21,10 @@
        @Tunable(description = "Disease/Phynotype (Optional)")
        public String phynotype;
        
-       @Tunable(description = "Enter list of genes you are interested in 
(should be separated by space)")
+       @Tunable(description = "List of genes you are interested in (Optional. 
Separated by space)")
        public String queryGenes;
 
-       @Tunable(description = "Select ID Type")
+       @Tunable(description = "Gene ID Type (Optional)")
        public ListSingleSelection<IDType> selection = new 
ListSingleSelection<IDType>(IDType.GENE_SYMBOL, IDType.ENSEMBL,
                        IDType.ENTREZ_GENE, IDType.UNIPROT);
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to