changeset 4:16772d7246e0

literal.xml: need to clobber output file
author Nick Stoler <nstoler@psu.edu>
date Sun, 02 Mar 2014 15:02:00 -0500
parents 3c5c4e3cccab
children 58160195728e
files literal.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/literal.xml	Sun Mar 02 14:59:07 2014 -0500
+++ b/literal.xml	Sun Mar 02 15:02:00 2014 -0500
@@ -1,6 +1,6 @@
 <tool id="visualdna" name="DNA visualizer" version="0.1">
   <description>Visualize DNA with colored pixels.</description>
-  <command interpreter="python">literal.py $input -o $output -s ${width}x${height}
+  <command interpreter="python">literal.py $input -o $output -c -s ${width}x${height}
   #if $colors.custom:
     -A $colors.AR,$colors.AG,$colors.AB -T $colors.TR,$colors.TG,$colors.TB -G $colors.GR,$colors.GG,$colors.GB -C $colors.CR,$colors.CG,$colors.CB 
   #end if