Mercurial > repos > iuc > interval2maf
diff macros.xml @ 1:68c6983e47d2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 95632be9aca24769ac192f2eb6a0454af21eff9e"
| author | iuc |
|---|---|
| date | Tue, 10 Nov 2020 18:47:15 +0000 |
| parents | dc537f6496bd |
| children | 86765a767abd |
line wrap: on
line diff
--- a/macros.xml Fri Jul 17 14:55:10 2020 +0000 +++ b/macros.xml Tue Nov 10 18:47:15 2020 +0000 @@ -11,10 +11,7 @@ <xml name="maf_source"> <when value="cached"> <param name="mafType" type="select" label="Choose alignments"> - <options from_data_table="maf_indexes"> - <filter type="data_meta" ref="input1" key="dbkey" column="2" multiple="True" separator=","/> - <validator type="no_options" message="No alignments are available for the build associated with the selected interval file"/> - </options> + <options from_data_table="maf_indexes" /> </param> <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment"> <options from_data_table="maf_indexes">
