Repository 'dna_visualizer'
hg clone https://toolshed.g2.bx.psu.edu/repos/nick/dna_visualizer

Changeset 4:16772d7246e0 (2014-03-02)
Previous changeset 3:3c5c4e3cccab (2014-03-02) Next changeset 5:58160195728e (2014-03-02)
Commit message:
literal.xml: need to clobber output file
modified:
literal.xml
b
diff -r 3c5c4e3cccab -r 16772d7246e0 literal.xml
--- a/literal.xml Sun Mar 02 14:59:07 2014 -0500
+++ b/literal.xml Sun Mar 02 15:02:00 2014 -0500
b
@@ -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