Mercurial > repos > iuc > cnv_vcf2json
diff cnv-vcf2json.xml @ 1:7d2d2e3b9891 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnv-vcf2json commit 7b5c842d3c006d2afd00aff1ef833f236a45dd3d
| author | iuc |
|---|---|
| date | Wed, 24 Jul 2024 12:56:03 +0000 |
| parents | c8caf812d33b |
| children | 2691b8c12947 |
line wrap: on
line diff
--- a/cnv-vcf2json.xml Fri Mar 01 07:19:35 2024 +0000 +++ b/cnv-vcf2json.xml Wed Jul 24 12:56:03 2024 +0000 @@ -21,7 +21,9 @@ <tests> <test expect_num_outputs="1"> <param name="input_vcf_file" ftype="vcf" value="HG00096.cnv.vcf" /> - <output name="output_json" file="output.json" /> + <output name="output_json" file="output.json" ftype="json" compare="sim_size" > + <assert_contents><has_size value="356000" delta="20000" /></assert_contents> + </output> </test> </tests> <help><