refactor phenotypes brapi calls
[sgn.git] / mason / breeders_toolbox / manage_genotyping.mas
blob4897231901e345cea76f111d3fce386e7f6eb1c6
2 <%args>
3 $genotyping_trials_by_breeding_project
4 $locations
5 $breeding_programs
6 </%args>
8 <& /page/page_title.mas, title=>"Manage Genotyping Plates" &>
10 <div class="container-fluid">
12     <&| /page/info_section.mas, title=>"About Genotyping Plates",  collapsible => 1, collapsed=>1 &>
13         <div class="well well-sm">
14             <div class="panel panel-default">
15                 <div class="panel-body">
16                     <b><p>What are genotyping plates?</p></b>
17                     <ul>
18                     <li>Genotyping plates represent 96 or 384 well plates.</li>
19                     <li>Each well in the plate has a unique tissue sample ID.</li>
20                     <li>The "contents" of each well can be either a tissue sample, plant name, plot name, or accession name. This "source" name must be in the database already.</li>
21                     <li>If you choose to submit your genotyping plate to a genotyping facility (Cornell IGD, Intertek, BGI, etc) we can generate the files they require for you. Please be aware of their requirements, such as blank well positions and concentrations.</li>
22                     </ul>
24                     <b><p>How do I record a genotyping plate?</p></b>
25                     <ul>
26                     <li>1) Know what the "source" units for each well will be (either a tissue sample, plant, plot, or accession name). These "source" names must exist in the database (e.g. as tissue samples or plants or plots from a trial, or just as accession names). Ideally you will have the barcodes from the field with you.</li>
27                     <li>2) Use the "Coordinate" Android Application to scan your "source" barcodes and record the position of the tissue sample in the 96 or 384 well plate. If you prefer you can create your own XLS file and upload that, if you do not want to use the Coordinate Application. Alternatively you can let the database generate the genotyping plate for you, and then produce the plate in that layout.</li>
28                     <li><b>For more info about the "Coordinate" Android Application go to <a href="http://www.wheatgenetics.org/research/software/89-coordinate">Coordinate</a>.</b></li>
29                     <li>3) Click "Add Genotyping Plate" and fill in the form completely.</li>
30                     <li>4) To ease shipping materials to the genotyping facility, we can generate the required templates for you after the data is in the database.</li>
31                     </ul>
32                 </div>
33             </div>
34         </div>
35     </&>
37     <&| /page/info_section.mas, title=>'Genotyping Plates', collapsible=>1, collapsed=>0, subtitle => '<button class="btn btn-sm btn-primary" style="margin:3px" name="create_genotyping_trial_link">Add/Upload Genotyping Plate</button> <button class="btn btn-sm btn-primary" style="margin:3px" name="upload_genotyping_data_link">Upload Genotyping Data (VCF or Intertek Format)</button>' &>
38         <& /breeders_toolbox/genotyping_trials/trials.mas, trials_by_breeding_project=>$genotyping_trials_by_breeding_project, locations=>$locations,  breeding_programs=>$breeding_programs &>
39     </&>
41 </div>