name        "Copy out"
icon    "$BIRCH/public_html/images/birch_black_ico.png"
tip    "copy the selected sequence to the blpalign clipboard"
exec        "sed -e ""s/^LOCUS   /LOCUS/"" -e ""s/^ ACCESSION/ACCESSION /"" -e ""/^$/d""  %in1% > $HOME/.blpalign_clipboard; $RM_CMD %in1%"
var "in1"
    type        tempfile
    direction   in
    format      gde
    save        true
