Mercurial > repos > iuc > gemini_load
comparison gemini_load.xml @ 8:7d9b78678bc2 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:36:14 -0500 |
| parents | 0e136caab106 |
| children | aabda1846d52 |
comparison
equal
deleted
inserted
replaced
| 7:0e136caab106 | 8:7d9b78678bc2 |
|---|---|
| 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><