name "Graham's Protein statistics (TSV)" icon "$BIRCH/public_html/images/birch_black_ico.png" tip "print the amino acid frequencies for the selected protein" exec "(gstat.py -tsv %in1% | bltable --pipe; rm %in1%*) &" var "in1" type tempfile direction in format fasta save true #var "RUN" # type button # label "Run" # shell "(gstat.py %in1% | bltable --pipe; rm %in1%*) &" # close true