Mercurial > repos > iuc > meme_fimo
diff fimo.xml @ 4:e5e9a09ac2de draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 29 Jun 2016 08:26:51 -0400 |
| parents | 8d8905e040cf |
| children | 3357222bd843 |
line wrap: on
line diff
--- a/fimo.xml Wed Jun 29 08:24:33 2016 -0400 +++ b/fimo.xml Wed Jun 29 08:26:51 2016 -0400 @@ -117,7 +117,10 @@ <option value="yes">Yes</option> </param> <when value="yes"> - <param name="remove_duplicate_coords" type="boolean" truevalue="yes" falsevalue="no" label="Remove duplicate entries in unique GFF coordinates?" help="Remove duplicate entries as defined by the unique GFF coordinates" /> + <param name="remove_duplicate_coords" type="select" label="Remove duplicate entries in unique GFF coordinates?" help="Remove duplicate entries as defined by the unique GFF coordinates"> + <option value="no" selected="true">No</option> + <option value="yes">Yes</option> + </param> </when> <when value="no"/> </conditional>
