Merge pull request #4272 from solgenomics/topic/fix-vcf-download
[sgn.git] / mason / qtl / qtl_form / geno_form.mas
blob336d9038535d0cce5ca3ef9ce8112f50b343ddbc
1 <%doc>
3 =head1 NAME 
4 qtl/qtl_form/geno_form.mas - a mason component for a genotype data file submission
6 =AUTHOR
7 Isaak Y Tecle (iyt2@cornell.edu)
9 =cut
11 </%doc>
13 <%args>
15 $pop_id
16 $guide
18 </%args>
20 <& /page/page_title.mas, title => "Step 4: Submit Genotype Data" &>
21 <&| /page/info_section.mas, title => "Genotype Dataset", subtitle => $guide &>
23 <form action="/phenome/qtl_load.pl" method="POST" enctype="MULTIPART/FORM-DATA">         
24      <table cellspacing=20>
25       <tr>
26         <td> Genotype Dataset: </td>
27         <td> <input type="file" name="geno_file" size=40>
28         <td> <input type="hidden" name="type" value="geno_form"> </td>
29         <td> <input type="hidden" name="pop_id" value=<% $pop_id %> > </td>  
30         <td> <input type="submit" value="Submit"> </td>
31      </tr>  
32     </table>
33 </form>
34 </&>