Previous changeset 17:f7494340ae7f (2016-07-14) Next changeset 19:9c63ab34838d (2016-07-14) |
Commit message:
Uploaded |
modified:
vcfs2fasta.xml |
b |
diff -r f7494340ae7f -r ad82db63197d vcfs2fasta.xml --- a/vcfs2fasta.xml Thu Jul 14 09:49:35 2016 -0400 +++ b/vcfs2fasta.xml Thu Jul 14 09:49:46 2016 -0400 |
b |
@@ -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> |