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

Changeset 3:3c5c4e3cccab (2014-03-02)
Previous changeset 2:1695b2153760 (2014-03-02) Next changeset 4:16772d7246e0 (2014-03-02)
Commit message:
literal.xml: troubleshooting input param names
modified:
literal.xml
b
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
b
@@ -2,7 +2,7 @@
   <description>Visualize DNA with colored pixels.</description>
   <command interpreter="python">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
   </command>
   <inputs>