# DO NOT EDIT THIS FILE!
# This file is automatically generated by blastdbkit.py during installation,
# update or by birchadmin --> UpdateAddInstall
name "BlastDB - Report on local or remote BLAST Databases"
icon "$BIRCH/pkg/NCBI/NCBI_tiny.png"
tip "Open a spreadsheet with a report on file sizes for either a local or remote FTP database."

panel     
    var "Run1"
        type    button
        label   "Report: Local Database"
        shell "($BIRCH/script/blastdbkit.py --reportlocal; $BL_Spreadsheet $BLASTDB/localstats.tsv)&"
        close true

    var "blastdb"
        type        combobox
        label       "Directory"
        default     0     
        choices
            "/home/psgendb/BIRCHDEV/GenBank" "$BLASTDB"

panel # Remote FTP Database 
    var "Run2"
        type    button
        label   "Report: FTP Database"
        shell "($BIRCH/script/blastdbkit.py --reportftp --ftpsite %FTPSITE%; $BL_Spreadsheet $BLASTDB/ftpstats.tsv)&"
        close true

    var "ftpsite"
        type        combobox
        label       "FTP site"
        default     0
        choices
            "NCBI, USA" "ftp.ncbi.nih.gov"
            "Human Genome Center, Tokyo, Japan" "ftp.hgc.jp"

panel # Help
    var "Help"
        type        button
        label       "Help"
        shell       "$BL_Browser $doc/BIRCH/birchadmin/blastdb/BLASTDB.html"
        close       false

