Mercurial > repos > tduigou > doe_synbio_sampler
comparison sampler.xml @ 15:b8deeb30ac2c draft default tip
planemo upload for repository ['https://github.com/brsynth/icfree-ml', 'https://github.com/pablocarb/doebase'] commit e8c8f102cab10531ed588be4ecb8a0d01e797f09
| author | tduigou |
|---|---|
| date | Tue, 06 Jan 2026 11:34:42 +0000 |
| parents | 1833b1b04278 |
| children |
comparison
equal
deleted
inserted
replaced
| 14:1833b1b04278 | 15:b8deeb30ac2c |
|---|---|
| 79 <tests> | 79 <tests> |
| 80 <!-- test 1: check if identical outputs are produced with default parameters --> | 80 <!-- test 1: check if identical outputs are produced with default parameters --> |
| 81 <test> | 81 <test> |
| 82 <param name="input_file" value="sampler/input/components.tsv" /> | 82 <param name="input_file" value="sampler/input/components.tsv" /> |
| 83 <param name="num_samples" value="3" /> | 83 <param name="num_samples" value="3" /> |
| 84 <param name="seed_param" value="not_random" /> | 84 <param name="adv|seed_cond|seed_param" value="not_random" /> |
| 85 <param name="seed" value="0" /> | 85 <param name="adv|seed_cond|seed" value="0" /> |
| 86 <output name="output_sampling" file="sampler/output/sampling.test-1.csv" ftype="csv" compare="diff" /> | 86 <output name="output_sampling" file="sampler/output/sampling.test-1.csv" ftype="csv" compare="diff" /> |
| 87 </test> | 87 </test> |
| 88 <!-- test 2: with specific step --> | 88 <!-- test 2: with specific step --> |
| 89 <test> | 89 <test> |
| 90 <param name="input_file" value="sampler/input/components.tsv" /> | 90 <param name="input_file" value="sampler/input/components.tsv" /> |
| 91 <param name="num_samples" value="4" /> | 91 <param name="num_samples" value="4" /> |
| 92 <param name="range_param" value="step" /> | 92 <param name="adv|range_cond|range_param" value="step" /> |
| 93 <param name="by_step" value="3.1" /> | 93 <param name="adv|range_cond|by_step" value="3.1" /> |
| 94 <param name="seed_param" value="not_random" /> | 94 <param name="adv|seed_cond|seed_param" value="not_random" /> |
| 95 <param name="seed" value="0" /> | 95 <param name="adv|seed_cond|seed" value="0" /> |
| 96 <output name="output_sampling" file="sampler/output/sampling.test-2.csv" ftype="csv" compare="diff" /> | 96 <output name="output_sampling" file="sampler/output/sampling.test-2.csv" ftype="csv" compare="diff" /> |
| 97 </test> | 97 </test> |
| 98 <!-- test 3: with fixed values --> | 98 <!-- test 3: with fixed values --> |
| 99 <test> | 99 <test> |
| 100 <param name="input_file" value="sampler/input/components.tsv" /> | 100 <param name="input_file" value="sampler/input/components.tsv" /> |
| 101 <param name="num_samples" value="3" /> | 101 <param name="num_samples" value="3" /> |
| 102 <param name="seed_param" value="not_random" /> | 102 <param name="adv|seed_cond|seed_param" value="not_random" /> |
| 103 <param name="seed" value="0" /> | 103 <param name="adv|seed_cond|seed" value="0" /> |
| 104 <repeat name="rep"> | 104 <repeat name="adv|rep"> |
| 105 <param name="component_name" value="Hela lysate" /> | 105 <param name="component_name" value="Hela lysate" /> |
| 106 <param name="component_value" value="10" /> | 106 <param name="component_value" value="10" /> |
| 107 </repeat> | 107 </repeat> |
| 108 <repeat name="rep"> | 108 <repeat name="adv|rep"> |
| 109 <param name="component_name" value="RNA 1ug/uL" /> | 109 <param name="component_name" value="RNA 1ug/uL" /> |
| 110 <param name="component_value" value="20" /> | 110 <param name="component_value" value="20" /> |
| 111 </repeat> | 111 </repeat> |
| 112 <output name="output_sampling" file="sampler/output/sampling.test-3.csv" ftype="csv" compare="diff" /> | 112 <output name="output_sampling" file="sampler/output/sampling.test-3.csv" ftype="csv" compare="diff" /> |
| 113 </test> | 113 </test> |
| 114 <!-- test 4: with ratios --> | 114 <!-- test 4: with ratios --> |
| 115 <test> | 115 <test> |
| 116 <param name="input_file" value="sampler/input/components.tsv" /> | 116 <param name="input_file" value="sampler/input/components.tsv" /> |
| 117 <param name="num_samples" value="4" /> | 117 <param name="num_samples" value="4" /> |
| 118 <param name="seed_param" value="not_random" /> | 118 <param name="adv|seed_cond|seed_param" value="not_random" /> |
| 119 <param name="seed" value="0" /> | 119 <param name="adv|seed_cond|seed" value="0" /> |
| 120 <param name="range_param" value="ratios" /> | 120 <param name="adv|range_cond|range_param" value="ratios" /> |
| 121 <param name="by_ratios" value="0.5,0.1,0.3,0.2" /> | 121 <param name="adv|range_cond|by_ratios" value="0.5,0.1,0.3,0.2" /> |
| 122 <output name="output_sampling" file="sampler/output/sampling.test-4.csv" ftype="csv" compare="diff" /> | 122 <output name="output_sampling" file="sampler/output/sampling.test-4.csv" ftype="csv" compare="diff" /> |
| 123 </test> | 123 </test> |
| 124 </tests> | 124 </tests> |
| 125 <help><