Mercurial > repos > ulfschaefer > phephenix
changeset 18:ad82db63197d draft
Uploaded
author | ulfschaefer |
---|---|
date | Thu, 14 Jul 2016 09:49:46 -0400 |
parents | f7494340ae7f |
children | 9c63ab34838d |
files | vcfs2fasta.xml |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vcfs2fasta.xml Thu Jul 14 09:49:35 2016 -0400 +++ b/vcfs2fasta.xml Thu Jul 14 09:49:46 2016 -0400 @@ -58,6 +58,11 @@ #else NOTTHERE #end if + #if $withstats: + $statsfile + #else + NOTTHERE + #end if #for $i, $input_vcf in enumerate( $input_vcfs ): "${input_vcf}" #end for @@ -146,6 +151,8 @@ </when> </conditional> + <param name="withstats" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Write stats to separate file?" /> + </inputs> <outputs>