Previous changeset 0:cfea1d6354db (2020-07-17) Next changeset 2:1080e07a2233 (2022-11-09) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 95632be9aca24769ac192f2eb6a0454af21eff9e" |
modified:
interval2maf.xml macros.xml |
b |
diff -r cfea1d6354db -r b79f6002b176 interval2maf.xml --- a/interval2maf.xml Fri Jul 17 10:56:42 2020 -0400 +++ b/interval2maf.xml Tue Nov 10 18:48:33 2020 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="Interval2Maf1" name="Extract MAF blocks" version="1.0.1"> +<tool id="Interval2Maf1" name="Extract MAF blocks" version="1.0.1+galaxy0"> <description>given a set of genomic intervals</description> <macros> <import>macros.xml</import> |
b |
diff -r cfea1d6354db -r b79f6002b176 macros.xml --- a/macros.xml Fri Jul 17 10:56:42 2020 -0400 +++ b/macros.xml Tue Nov 10 18:48:33 2020 +0000 |
b |
@@ -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"> |