# HG changeset patch # User Nick Stoler # Date 1393790347 18000 # Node ID 3c5c4e3cccab74feb8c662aab659c8d7b2dcf569 # Parent 1695b21537601f88040a72d14e92ba82530b6d17 literal.xml: troubleshooting input param names diff -r 1695b2153760 -r 3c5c4e3cccab literal.xml --- a/literal.xml Sun Mar 02 14:55:35 2014 -0500 +++ b/literal.xml Sun Mar 02 14:59:07 2014 -0500 @@ -2,7 +2,7 @@ Visualize DNA with colored pixels. 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 + -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