comparison literal.xml @ 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
comparison
equal deleted inserted replaced
3:3c5c4e3cccab 4:16772d7246e0
1 <tool id="visualdna" name="DNA visualizer" version="0.1"> 1 <tool id="visualdna" name="DNA visualizer" version="0.1">
2 <description>Visualize DNA with colored pixels.</description> 2 <description>Visualize DNA with colored pixels.</description>
3 <command interpreter="python">literal.py $input -o $output -s ${width}x${height} 3 <command interpreter="python">literal.py $input -o $output -c -s ${width}x${height}
4 #if $colors.custom: 4 #if $colors.custom:
5 -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 5 -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
6 #end if 6 #end if
7 </command> 7 </command>
8 <inputs> 8 <inputs>