Mercurial > repos > greg > ideas
changeset 32:58f5b2af9473 draft
Uploaded
author | greg |
---|---|
date | Tue, 15 Aug 2017 09:52:29 -0400 |
parents | b78ee5d6a4fd |
children | 695053a23fe4 |
files | ideas.xml |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Tue Aug 15 09:47:29 2017 -0400 +++ b/ideas.xml Tue Aug 15 09:52:29 2017 -0400 @@ -143,9 +143,14 @@ </param> <when value="datasets"> <repeat name="input_repeat" title="Cell type, Epigenetic factor and Input" min="1"> - <param name="cell_type_name" type="text" value="" optional="False" label="Cell type name"/> - <param name="epigenetic_factor_name" type="text" value="" optional="False" label="Epigenetic factor name"/> + <param name="cell_type_name" type="text" value="" label="Cell type name"> + <validator type="empty_field"/> + </param> + <param name="epigenetic_factor_name" type="text" value="" label="Epigenetic factor name"> + <validator type="empty_field"/> + </param> <param name="input" type="data" format="bigwig,bam" label="BAM or BigWig file"> + <validator type="empty_field"/> <validator type="unspecified_build"/> </param> </repeat>