name "Protein statistics" icon "$BIRCH/public_html/images/birch_black_ico.png" tip "print the amino acid frequencies for the selected protein" var "in1" type tempfile direction in format flat save true panel var "Run" type button label "Run" shell "(sed ""s/[#%]/>/""<%in1% >%in1%.seq; dbstat < %in1%.seq > %in1%.out; $BL_TextEditor %in1%.out; rm %in1%*) &" close true var "Help" type button label "Help" shell "$BIRCH/script/chooseviewer.py $BIRCH/doc/xylem/dbstat.txt" close false