name "View directory" icon "$BIRCH/public_html/images/birch_black_ico.png" tip "View the contents of a directory in blreads" var "in1" type tempfile direction in format tsv save false panel var "Run" type button label "Run" shell "DIR=`cat %in1% |grep -v '#' | head -n 1 | tr -d '\042' | cut -f1`; cd $DIR; blreads" close true var "Help" type button label "Help" shell "$BIRCH/script/chooseviewer.py $doc/bioLegato/chooseviewer.html" close false