List installed banks
BeeDeeM comes with an additional tool aims at listing installed banks.
This tool also helps you to locate:
banks that are available for use with BLAST software
banks containg annotations
The tool is only available from the command line and is called:
bdm info -h
Note: during script execution, there is nothing displayed on the terminal whether something goes OK or wrong. However, BeeDeeM logs all its work in a dedicated log file located in ${workingDir}. Refer to Directory structure for more information.
Command-line use
Command line takes no arguments. Simply use:
The result is directly dumped in standard output, such as:
The 'info' command accepts the following optional arguments:
where:
"type-of-repository" is one of: n, p, b, all. This allows you to list nucleotide, protein, biological calssifications or all banks, respectively. Default is: all.
"format" is one of: txt, html, galaxy. Default is: txt.
You can control bdm info
tool with some environment variables as stated in this section.
Locate your BLAST banks
Using that utility tool, you can easily identify banks that are available for BLAST. If you have a closer look at the above bank list, you will see this line:
This is the "-db" argument you can use with BLAST+ software to run a BLAST job against that bank.
Locate banks to annotate your BLAST results
In a same way, the above output displays that line:
Which means that the "SwissProt_human" contains annotations: features and biological classifications. So, that bank can be used with the Annotate tool.
Get loc files for Galaxy
You can easily enable Galaxy web platform to use banks installed by BeeDeeM by creating loc files as follows:
Such files contains list of banks ready to be used by NCBI BLAST Galaxy wrappers.
Last updated
Was this helpful?