# HG changeset patch # User Nick Stoler # Date 1393788033 18000 # Node ID 717a4009675cc4d0d4b0a2ab9753ed1b97132200 # Parent 5257ce9d9184272f2e940f5667a4990b3f408fe4 literal.xml: adding custom color support diff -r 5257ce9d9184 -r 717a4009675c literal.xml --- a/literal.xml Sun Mar 02 13:51:03 2014 -0500 +++ b/literal.xml Sun Mar 02 14:20:33 2014 -0500 @@ -1,10 +1,38 @@ Visualize DNA with colored pixels. - literal.py $input -o $output -s ${width}x${height} + literal.py $input -o $output -s ${width}x${height} + #if $colors.custom: + -A $AR,$AG,$AB -T $TR,$TG,$TB -G $GR,$GG,$GB -C $CR,$CG,$CB + #end if + + + + + + + + + + + + + + + + + + + + + + + + +