comparison polyphen2_web/polyphen2_web.xml @ 3:3c40b02934ad draft default tip

Uploaded
author saketkc
date Tue, 07 Oct 2014 18:56:07 -0400
parents f8f4ad14f5a6
children
comparison
equal deleted inserted replaced
2:f8f4ad14f5a6 3:3c40b02934ad
53 <output name="log_file" file="polyphen2_log.txt"/> 53 <output name="log_file" file="polyphen2_log.txt"/>
54 <output name="full_file" file="polyphen2_full.txt"/> 54 <output name="full_file" file="polyphen2_full.txt"/>
55 <output name="short_file" file="polyphen2_short.txt"/> 55 <output name="short_file" file="polyphen2_short.txt"/>
56 <output name="snp_file" file="polyphen2_snp.txt"/> 56 <output name="snp_file" file="polyphen2_snp.txt"/>
57 </test> 57 </test>
58 <test>
59 <param name="input" value="polyphen_input.txt"/>
60 <param name="ucscdb" value="hg19"/>
61 <param name="model" value="HumDiv"/>
62 <param name="filter" value="All"/>
63 <param name="function" value="All"/>
64 <output name="log_file" file="polyphen_output_log.tsv"/>
65 <output name="full_file" file="polyphen_output_full.tsv"/>
66 <output name="short_file" file="polyphen_output_short.tsv"/>
67 <output name="snp_file" file="polyphen_output_snp.tsv"/>
68 </test>
69
58 </tests> 70 </tests>
59 <help> 71 <help>
60 **What it does** 72 **What it does**
61 This tool interacts with the Web Version of Polyphen2 hosted at http://genetics.bwh.harvard.edu/pph2/ 73 This tool interacts with the Web Version of Polyphen2 hosted at http://genetics.bwh.harvard.edu/pph2/
62 74