Merge pull request #5248 from solgenomics/topic/batch_update_trials
[sgn.git] / mason / tools / simsearch / index.mas
blobea8517e03300b64d3d107c9c325c9ab9b78f3ecc
2 <%args>
3 </%args>
5 <& /page/page_title.mas, title => "SimSearch" &>
7 <div>
8 Upload a genotyping file to identify matches within the file or with other genotypic data in the database. To compare with data in the database, the upload must correspond precisely to the genotyping protocols available in the database.
9 </div>
10 <br />
11 <div>
12 Upload format is either <a href="https://samtools.github.io/hts-specs/VCFv4.2.pdf">vcf</a> or <a href="">dosage</a> format.
13 </div>
14 <br />
16 <form action="/tools/simsearch/upload_file" method="post" enctype="multipart/form-data" >
17 <div class="form-group">
18 <input type="file"  name="upload_vcf_file" />
19 <br />
20 <button class="btn btn-primary" type="submit" >Upload</button>
22 </div>
23 </form>