Mercurial > repos > iuc > gemini_load
comparison gemini_load.xml @ 6:b2c25142267e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
author | iuc |
---|---|
date | Wed, 06 Feb 2019 10:58:17 -0500 |
parents | b5b53c27baca |
children | 64132aa2d62a |
comparison
equal
deleted
inserted
replaced
5:b5b53c27baca | 6:b2c25142267e |
---|---|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@+galaxy1"> |
2 <description>Loading a VCF file into GEMINI</description> | 2 <description>Loading a VCF file into GEMINI</description> |
3 <macros> | 3 <macros> |
4 <import>gemini_macros.xml</import> | 4 <import>gemini_macros.xml</import> |
5 <token name="@BINARY@">load</token> | 5 <token name="@BINARY@">load</token> |
6 </macros> | 6 </macros> |
79 <param argument="-p" name="ped" type="data" format="tabular" optional="True" | 79 <param argument="-p" name="ped" type="data" format="tabular" optional="True" |
80 label="Sample and family information in PED format" | 80 label="Sample and family information in PED format" |
81 help="The pedigree dataset is optional, but several GEMINI tools require the relationship between samples (i.e., the family structure) and/or the sample phenotype to be defined. The PED format is a simple tabular format (see the tool help below for details). If you choose to not provide sample information now, but later find that you need it for your analysis, you can also add it to an existing GEMINI database by using the GEMINI amend tool." /> | 81 help="The pedigree dataset is optional, but several GEMINI tools require the relationship between samples (i.e., the family structure) and/or the sample phenotype to be defined. The PED format is a simple tabular format (see the tool help below for details). If you choose to not provide sample information now, but later find that you need it for your analysis, you can also add it to an existing GEMINI database by using the GEMINI amend tool." /> |
82 <param name="opt_content" type="select" display="checkboxes" multiple="true" optional="true" | 82 <param name="opt_content" type="select" display="checkboxes" multiple="true" optional="true" |
83 label="Load the following optional content into the database" | 83 label="Load the following optional content into the database" |
84 help="The preselected defaults should be ok for most use cases. If you are not interested in certain annotations, you can speed up database creation and decrease the resulting database size slightly by not loading them into the database. Note: GERP and CADD scores are optional parts of the annotation source and can only be loaded if available."> | 84 help="The preselected defaults should be ok for most use cases (feel free to enable CADD scores for non-commercial use). If you are not interested in certain annotations, you can speed up database creation and decrease the resulting database size slightly by not loading them into the database. Note: GERP and CADD scores are optional parts of the annotation source and can only be loaded if available."> |
85 <option value="gerp_bp" selected="true">GERP scores</option> | 85 <option value="gerp_bp" selected="true">GERP scores</option> |
86 <option value="cadd" selected="true">CADD scores</option> | 86 <option value="cadd" selected="false">CADD scores (non-commercial use only; see licensing note below)</option> |
87 <option value="gene_tables" selected="true">Gene tables</option> | 87 <option value="gene_tables" selected="true">Gene tables</option> |
88 <option value="genotypes" selected="true">Sample genotypes</option> | 88 <option value="genotypes" selected="true">Sample genotypes</option> |
89 <option value="gt_pl" selected="true">Genotype likelihoods (sample PLs)</option> | 89 <option value="gt_pl" selected="true">Genotype likelihoods (sample PLs)</option> |
90 <option value="passonly" selected="false">only variants that passed all filters</option> | 90 <option value="passonly" selected="false">only variants that passed all filters</option> |
91 <option value="info_string" selected="false">variant INFO field</option> | 91 <option value="info_string" selected="false">variant INFO field</option> |
157 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> | 157 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
158 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 158 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> |
159 </test> | 159 </test> |
160 </tests> | 160 </tests> |
161 <help><![CDATA[ | 161 <help><![CDATA[ |
162 .. class:: Warning mark | |
163 | |
164 **CADD scores licensing** | |
165 | |
166 CADD scores are freely available for non-commercial applications only. Make | |
167 sure you `contact the developers <https://cadd.gs.washington.edu/contact>`__ | |
168 before using them in any commercial application. | |
169 | |
170 ----- | |
171 | |
162 **What it does** | 172 **What it does** |
163 | 173 |
164 Before we can use GEMINI to explore genetic variation, we must first load the | 174 Before we can use GEMINI to explore genetic variation, we must first load the |
165 variant information stored in VCF format into the GEMINI database framework. | 175 variant information stored in VCF format into the GEMINI database framework. |
166 | 176 |