Mercurial > repos > devteam > cummerbund
diff cummeRbund_macros.xml @ 5:78fcfc04fcfe draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/cummerbund commit f3f0bef4a450aafab3c6b05a27647471f93b22f3
author | devteam |
---|---|
date | Thu, 23 Feb 2017 20:24:03 -0500 |
parents | 587c425b4e76 |
children | c3b54a4b7741 |
line wrap: on
line diff
--- a/cummeRbund_macros.xml Tue Jul 21 14:18:39 2015 -0400 +++ b/cummeRbund_macros.xml Thu Feb 23 20:24:03 2017 -0500 @@ -1,13 +1,5 @@ <?xml version="1.0"?> <macros> - <macro name="stdio"> - <stdio> - <exit_code range="1:" /> - <exit_code range=":-1" /> - <regex match="Error:" /> - <regex match="Exception:" /> - </stdio> - </macro> <macro name="replicates_checkbox"> <param name="replicates" type="boolean" truevalue="--replicates" falsevalue="" checked="True" label="Replicates?"/> </macro> @@ -19,7 +11,8 @@ <param name="y" type="select" label="Sample name for y axis" dynamic_options="get_samples(input_database.dataset.file_name)" /> </macro> <macro name="genes_selector"> - <repeat name="genes" title="Genes"> + <repeat name="genes" title="Genes" min="2"> + <!-- Cannot create a heatmap for less than two genes --> <param name="gene_id" type="select" label="Gene ID" dynamic_options="get_genes(input_database.dataset.file_name)" /> </repeat> </macro>