Mercurial > repos > bgruening > glimmer
changeset 1:a6582d591d64
Uploaded
author | bgruening |
---|---|
date | Fri, 07 Jun 2013 07:45:02 -0400 |
parents | 8624069d7a0e |
children | 2d0c26885604 |
files | glimmer3-build-icm-wrapper.xml glimmer3-main-wrapper.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/glimmer3-build-icm-wrapper.xml Fri Jun 07 07:33:02 2013 -0400 +++ b/glimmer3-build-icm-wrapper.xml Fri Jun 07 07:45:02 2013 -0400 @@ -61,7 +61,7 @@ </inputs> <outputs> - <data format="binary" name="outfile" /> + <data format="data" name="outfile" /> </outputs> <tests> <test>
--- a/glimmer3-main-wrapper.xml Fri Jun 07 07:33:02 2013 -0400 +++ b/glimmer3-main-wrapper.xml Fri Jun 07 07:45:02 2013 -0400 @@ -50,7 +50,7 @@ </command> <inputs> <param name="seq_input" type="data" format="fasta" label="Genome Sequence" /> - <param name="icm_input" type="data" format="binary" label="Interpolated context model (ICM)" /> + <param name="icm_input" type="data" format="data" label="Interpolated context model (ICM)" /> <param name="max_olap" type="integer" value="50" label="Set maximum overlap length" help="Overlaps this short or shorter are ignored." /> <param name="gene_len" type="integer" value="90" label="Set the minimum gene length to n nucleotides" hrlp="This does not include the bases in the stop codon."/>