Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / tools / in_silico_pcr / insilicopcr_output.mas
blobc442d27249e49e17d72dbb3cef37c3872cb8b2f2
1 <%args>
2 $errors => ''
3 $blast_res => ''
4 $pcr_seq => ''
5 $gel_url => ''
6 </%args>
8 <& /page/page_title.mas, title=>"In Silico PCR Results" &>
9 <br>
10 <center>
11   <&| /page/info_section.mas, title=>"In Silico Gel", collapsible=>1, collapsed=>0 &>
12   <img class="img-thumbnail" src=<% $gel_url %>>
13   </&>
14   <&| /page/info_section.mas, title=>"BLAST Results", collapsible=>1, collapsed=>1 &>
15   <pre class="text-left"><% $blast_res %></pre>
16   </&>
17   <br><br>
18   <&| /page/info_section.mas, title=>"Amplified Fragments", collapsible=>1, collapsed=>0 &>
19   <pre class="text-left"><% $pcr_seq %></pre>
20   </&>
21 </center>