Mercurial > repos > iuc > gemini_load
diff 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 |
line wrap: on
line diff
--- a/gemini_load.xml Tue Aug 31 08:11:39 2021 +0000 +++ b/gemini_load.xml Wed Jul 13 15:19:19 2022 +0000 @@ -106,7 +106,7 @@ <param name="annotation_databases" value="1999-01-01" /> <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> - <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> + <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> <assert_command> <has_text text="--skip-gerp-bp" /> <has_text text="--skip-cadd" /> @@ -123,7 +123,7 @@ <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> <param name="opt_content" value="gerp_bp,cadd,gene_tables,genotypes,gt_pl" /> <param name="has_genotypes" value="True" /> - <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> + <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> <assert_stderr> <has_text text="CADD scores are not being loaded because the annotation file could not be found." /> <has_text text="GERP per bp is not being loaded because the annotation file could not be found." /> @@ -144,7 +144,7 @@ <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> <param name="opt_content" value="genotypes,gt_pl" /> <param name="has_genotypes" value="False" /> - <output name="outfile" file="gemini_load_result2.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> + <output name="outfile" file="gemini_load_result2.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> <assert_command> <has_text text="--skip-gerp-bp" /> <has_text text="--skip-cadd" /> @@ -162,7 +162,7 @@ <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> <param name="has_genotypes" value="True" /> <param name="ped" value="gemini_amend.ped" ftype="tabular" /> - <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> + <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> </test> <test> <param name="annotation_databases" value="1999-01-01" /> @@ -170,7 +170,7 @@ <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> <param name="has_genotypes" value="True" /> <param name="ped" value="gemini_amend.ped" ftype="tabular" /> - <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> + <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> </test> </tests> <help><