myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3389] branches/wf4ever/app/views: WFE-873 Wfrun


From: noreply
Subject: [myexperiment-hackers] [3389] branches/wf4ever/app/views: WFE-873 Wfrun title tweaks
Date: Thu, 31 Jan 2013 10:49:46 +0000 (UTC)

Revision
3389
Author
stain
Date
2013-01-31 10:49:46 +0000 (Thu, 31 Jan 2013)

Log Message

WFE-873 Wfrun title tweaks

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/wfrun.rhtml (3388 => 3389)


--- branches/wf4ever/app/views/packs/wfrun.rhtml	2013-01-31 10:26:57 UTC (rev 3388)
+++ branches/wf4ever/app/views/packs/wfrun.rhtml	2013-01-31 10:49:46 UTC (rev 3389)
@@ -13,7 +13,7 @@
 	<% end -%>
 </ul>
 
-<h1>Workflow run in: <%=h @pack.title -%></h1>
+<h1>Run of workflow 'Mining the kegg pathway with top hits from a GWAS' in pack '<%=h @pack.title -%>'</h1>
 
 
 

Modified: branches/wf4ever/app/views/research_objects/_startedby.rhtml (3388 => 3389)


--- branches/wf4ever/app/views/research_objects/_startedby.rhtml	2013-01-31 10:26:57 UTC (rev 3388)
+++ branches/wf4ever/app/views/research_objects/_startedby.rhtml	2013-01-31 10:49:46 UTC (rev 3389)
@@ -8,7 +8,10 @@
           </div>      
           <div>using Taverna Server 2.4.0 at <code>http://example.com/taverna-server/</code></div>
 
-          <div class="runcomment"><strong>Comment:</strong> Example run with simple inputs</div>
+          <div class="runcomment"><strong>Comment:</strong> This run is a succesful run with the example input from the
+            pack, and producing the example output that is also in the pack. This example run finds the pathways
+            for the genes within 10000 nucleotides of a small selection of SNPs identified in a GWAS performed 
+            on a Dutch subpopulation.</div>
           
         </div>
      </div>  
\ No newline at end of file

Modified: branches/wf4ever/app/views/workflows/_runs.rhtml (3388 => 3389)


--- branches/wf4ever/app/views/workflows/_runs.rhtml	2013-01-31 10:26:57 UTC (rev 3388)
+++ branches/wf4ever/app/views/workflows/_runs.rhtml	2013-01-31 10:49:46 UTC (rev 3389)
@@ -5,8 +5,11 @@
   </h3>
   <ul>
     <li><%= link_to "Run #1 (2012-11-17)", { :controller => :packs, :action ="" :wfrun, :resource_path => "1"} -%> 
-      by Kristina Hettne in RO <%= link_to "Functional annotation of SNPs", @pack -%> 
-      <div class="runcomment"><strong>Comment:</strong> Example run with simple inputs</div>
+      by Kristina Hettne in RO <%= link_to @pack.title, @pack -%> 
+      <div class="runcomment"><strong>Comment:</strong> This run is a succesful run with the example input 
+        from the pack, and producing the example output that is also in the pack. This example run finds
+        the pathways for the genes within 10000 nucleotides of a small selection of SNPs identified in a 
+        GWAS performed on a Dutch subpopulation</div>
     </li>
     <li><%= link_to "Run #7 (2012-12-24)", { :controller => :packs, :action ="" :wfrun, :resource_path => "7"} -%> 
       by Kristina Hettne in RO <%= link_to "Functional annotation of SNPs", @pack -%>  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]