Mercurial > repos > sybila > ebcsgen_pctl_parameter_synthesis
comparison ebcsgen_pctl_parameter_synthesis.xml @ 2:3bb6c1e9252e draft default tip
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 4719a69f514aed27d90c7017f052463b0b43cbb0
| author | sybila |
|---|---|
| date | Sat, 15 Oct 2022 09:23:30 +0000 |
| parents | cf609f659b21 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:f280183d1289 | 2:3bb6c1e9252e |
|---|---|
| 38 <param name="to" type="float" value="" label="Interval end:"/> | 38 <param name="to" type="float" value="" label="Interval end:"/> |
| 39 </repeat> | 39 </repeat> |
| 40 </inputs> | 40 </inputs> |
| 41 | 41 |
| 42 <outputs> | 42 <outputs> |
| 43 <data format="txt" name="output_regions"> | 43 <data format="csv" name="output_regions"> |
| 44 <filter>"?" not in formula</filter> | 44 <filter>"?" not in formula</filter> |
| 45 </data> | 45 </data> |
| 46 <data format="storm.sample" name="output_sample"> | 46 <data format="storm.sample" name="output_sample"> |
| 47 <filter>"?" in formula</filter> | 47 <filter>"?" in formula</filter> |
| 48 </data> | 48 </data> |
| 60 <repeat name="regions"> | 60 <repeat name="regions"> |
| 61 <param name="param" value="param_block"/> | 61 <param name="param" value="param_block"/> |
| 62 <param name="from" value="0.05"/> | 62 <param name="from" value="0.05"/> |
| 63 <param name="to" value="1.0"/> | 63 <param name="to" value="1.0"/> |
| 64 </repeat> | 64 </repeat> |
| 65 <output name="output_regions" ftype="txt"> | 65 <output name="output_regions" value="pctl_syntheisis_regions.csv" ftype="csv"/> |
| 66 <assert_contents> | |
| 67 <has_text text="Region results:"/> | |
| 68 </assert_contents> | |
| 69 </output> | |
| 70 </test> | 66 </test> |
| 71 <test> | 67 <test> |
| 72 <param name="transition_file" value="parametrised.bcsl.ts" ftype="bcsl.ts"/> | 68 <param name="transition_file" value="parametrised.bcsl.ts" ftype="bcsl.ts"/> |
| 73 <param name="formula" value="P=? [F P2(active{on})::cell > 0]"/> | 69 <param name="formula" value="P=? [F P2(active{on})::cell > 0]"/> |
| 74 <output name="output_sample" ftype="storm.sample"> | 70 <output name="output_sample" ftype="storm.sample"> |
