name "extract"
icon "$BIRCH/public_html/images/birch_black_ico.png"
tip "open a new blncbi window with only the selected entries"
# BioLegato table canvas encloses fields in double quotes upon export. This
# is considered a bug and should be fixed.
exec "cat %in1% |tr -d '\042'> %in1%.tsv; blncbi %in1%.tsv; $RM_CMD -f %in1%"
var "in1"
type tempfile
direction in
format tsv
save true