Mercurial > repos > iuc > gemini_load
comparison gemini_load.xml @ 12:1561834c60bd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
| author | iuc |
|---|---|
| date | Wed, 13 Jul 2022 15:19:19 +0000 |
| parents | 269089b363d9 |
| children |
comparison
equal
deleted
inserted
replaced
| 11:269089b363d9 | 12:1561834c60bd |
|---|---|
| 104 <tests> | 104 <tests> |
| 105 <test> | 105 <test> |
| 106 <param name="annotation_databases" value="1999-01-01" /> | 106 <param name="annotation_databases" value="1999-01-01" /> |
| 107 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> | 107 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
| 108 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> | 108 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
| 109 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 109 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
| 110 <assert_command> | 110 <assert_command> |
| 111 <has_text text="--skip-gerp-bp" /> | 111 <has_text text="--skip-gerp-bp" /> |
| 112 <has_text text="--skip-cadd" /> | 112 <has_text text="--skip-cadd" /> |
| 113 <not_has_text text="--skip-gene-tables" /> | 113 <not_has_text text="--skip-gene-tables" /> |
| 114 <not_has_text text="--skip-pls" /> | 114 <not_has_text text="--skip-pls" /> |
| 121 <test> | 121 <test> |
| 122 <param name="annotation_databases" value="1999-01-01" /> | 122 <param name="annotation_databases" value="1999-01-01" /> |
| 123 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> | 123 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
| 124 <param name="opt_content" value="gerp_bp,cadd,gene_tables,genotypes,gt_pl" /> | 124 <param name="opt_content" value="gerp_bp,cadd,gene_tables,genotypes,gt_pl" /> |
| 125 <param name="has_genotypes" value="True" /> | 125 <param name="has_genotypes" value="True" /> |
| 126 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 126 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
| 127 <assert_stderr> | 127 <assert_stderr> |
| 128 <has_text text="CADD scores are not being loaded because the annotation file could not be found." /> | 128 <has_text text="CADD scores are not being loaded because the annotation file could not be found." /> |
| 129 <has_text text="GERP per bp is not being loaded because the annotation file could not be found." /> | 129 <has_text text="GERP per bp is not being loaded because the annotation file could not be found." /> |
| 130 </assert_stderr> | 130 </assert_stderr> |
| 131 <assert_command> | 131 <assert_command> |
| 142 <test> | 142 <test> |
| 143 <param name="annotation_databases" value="1999-01-01" /> | 143 <param name="annotation_databases" value="1999-01-01" /> |
| 144 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> | 144 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
| 145 <param name="opt_content" value="genotypes,gt_pl" /> | 145 <param name="opt_content" value="genotypes,gt_pl" /> |
| 146 <param name="has_genotypes" value="False" /> | 146 <param name="has_genotypes" value="False" /> |
| 147 <output name="outfile" file="gemini_load_result2.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 147 <output name="outfile" file="gemini_load_result2.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
| 148 <assert_command> | 148 <assert_command> |
| 149 <has_text text="--skip-gerp-bp" /> | 149 <has_text text="--skip-gerp-bp" /> |
| 150 <has_text text="--skip-cadd" /> | 150 <has_text text="--skip-cadd" /> |
| 151 <has_text text="--skip-gene-tables" /> | 151 <has_text text="--skip-gene-tables" /> |
| 152 <not_has_text text="--skip-pls" /> | 152 <not_has_text text="--skip-pls" /> |
| 160 <param name="annotation_databases" value="1999-01-01" /> | 160 <param name="annotation_databases" value="1999-01-01" /> |
| 161 <param name="infile" dbkey="hg19" value="gemini_amend.vcf" ftype="vcf" /> | 161 <param name="infile" dbkey="hg19" value="gemini_amend.vcf" ftype="vcf" /> |
| 162 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> | 162 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
| 163 <param name="has_genotypes" value="True" /> | 163 <param name="has_genotypes" value="True" /> |
| 164 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> | 164 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
| 165 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 165 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> |
| 166 </test> | 166 </test> |
| 167 <test> | 167 <test> |
| 168 <param name="annotation_databases" value="1999-01-01" /> | 168 <param name="annotation_databases" value="1999-01-01" /> |
| 169 <param name="infile" dbkey="hg19" value="gemini_amend.vcf.gz" ftype="vcf_bgzip" /> | 169 <param name="infile" dbkey="hg19" value="gemini_amend.vcf.gz" ftype="vcf_bgzip" /> |
| 170 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> | 170 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
| 171 <param name="has_genotypes" value="True" /> | 171 <param name="has_genotypes" value="True" /> |
| 172 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> | 172 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
| 173 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> | 173 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> |
| 174 </test> | 174 </test> |
| 175 </tests> | 175 </tests> |
| 176 <help><