Mercurial > repos > iuc > circos
comparison macros_tests.xml @ 13:8b1cf140bbd4 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 0cfd88d16b0b20a66d4b21b037ddee6a8c440d88
| author | iuc |
|---|---|
| date | Wed, 12 Apr 2023 15:08:23 +0000 |
| parents | 7b64033fb9b1 |
| children |
comparison
equal
deleted
inserted
replaced
| 12:7b64033fb9b1 | 13:8b1cf140bbd4 |
|---|---|
| 21 | 21 |
| 22 <test expect_failure="true"> | 22 <test expect_failure="true"> |
| 23 <section name="reference_genome"> | 23 <section name="reference_genome"> |
| 24 <conditional name="ref"> | 24 <conditional name="ref"> |
| 25 <param name="ref_source" value="history" /> | 25 <param name="ref_source" value="history" /> |
| 26 <param name="genome_fasta" value="1/input.fa" /> | 26 <param name="genome_fasta" value="too-many.fa" /> |
| 27 </conditional> | 27 </conditional> |
| 28 </section> | 28 </section> |
| 29 | |
| 30 <section name="outputs"> | |
| 31 <param name="png" value="yes" /> | |
| 32 <param name="svg" value="yes" /> | |
| 33 </section> | |
| 34 | |
| 35 <section name="limits"> | |
| 36 <param name="max_ticks" value="1" /> | |
| 37 <param name="max_ideograms" value="1" /> | |
| 38 <param name="max_links" value="1" /> | |
| 39 <param name="max_points_per_track" value="1" /> | |
| 40 </section> | |
| 41 | |
| 42 <output name="output_png" file="0/out.png" compare="sim_size" delta="15000" ftype="png"/> | |
| 43 <output name="output_svg" file="0/out.svg" compare="sim_size" delta="15000" ftype="svg"/> | |
| 44 </test> | 29 </test> |
| 45 | 30 |
| 46 <test> | 31 <test> |
| 47 <section name="reference_genome"> | 32 <section name="reference_genome"> |
| 48 <conditional name="ref"> | 33 <conditional name="ref"> |
| 111 | 96 |
| 112 <!-- Outputs --> | 97 <!-- Outputs --> |
| 113 <output name="output_png" file="1/out.png" compare="sim_size" delta="15000" ftype="png"/> | 98 <output name="output_png" file="1/out.png" compare="sim_size" delta="15000" ftype="png"/> |
| 114 <output name="output_svg" file="1/out.svg" compare="sim_size" delta="15000" ftype="svg"/> | 99 <output name="output_svg" file="1/out.svg" compare="sim_size" delta="15000" ftype="svg"/> |
| 115 </test> | 100 </test> |
| 101 <test> | |
| 102 <section name="reference_genome"> | |
| 103 <conditional name="ref"> | |
| 104 <param name="ref_source" value="history" /> | |
| 105 <param name="genome_fasta" value="1/input.fa" /> | |
| 106 </conditional> | |
| 107 </section> | |
| 108 | |
| 109 <section name="outputs"> | |
| 110 <param name="tar" value="yes" /> | |
| 111 <param name="png" value="no" /> | |
| 112 <param name="svg" value="no" /> | |
| 113 </section> | |
| 114 | |
| 115 <output name="output_tar" file="2/out.tar" compare="sim_size" delta="15000"/> | |
| 116 </test> | |
| 117 <test> | |
| 118 <section name="reference_genome"> | |
| 119 <conditional name="ref"> | |
| 120 <param name="ref_source" value="karyotype" /> | |
| 121 <param name="input_karyotype" value="3/chrom.tab" /> | |
| 122 </conditional> | |
| 123 </section> | |
| 124 | |
| 125 <section name="outputs"> | |
| 126 <param name="png" value="yes" /> | |
| 127 </section> | |
| 128 | |
| 129 <output name="output_tar" file="3/out.png" compare="sim_size" delta="15000"/> | |
| 130 </test> | |
| 116 </tests> | 131 </tests> |
| 117 </xml> | 132 </xml> |
| 118 </macros> | 133 </macros> |
