beedeem
  • Introduction
  • Installation
    • Requirements
    • Directory structure
    • Installation
    • Quick start guide
      • Install a bank
      • Query the bank repository
      • Run a BLAST search
      • Annotate a BLAST result
  • BeeDeeM reference manual
    • BeeDeeM configuration
    • Databank descriptors
    • Install databanks
    • Databanks management
    • Descriptors format
    • Advanced uses
    • Filter sequences
    • Appendix - Regular expressions
    • Appendix - Installation errors and solutions
    • Appendix - Advanced configuration
  • Use BeeDeeM from a graphical interface
    • Overview
    • Install banks
    • Add a new bank descriptor
    • Delete your banks
  • BeeDeeM extended FASTA format
  • Utility tools
    • Query databank repository
    • Annotate BLAST results
    • List installed banks
  • Run BLAST search
Powered by GitBook
On this page
  1. Installation

Quick start guide

PreviousInstallationNextInstall a bank

Last updated 2 years ago

Was this helpful?

CtrlK
  • BeeDeeM master command
  • BeeDeeM sub-commands

Was this helpful?

In this section we present the use of BeeDeeM command-line tools whatever the installation you use (legacy, Docker, Singularity or Conda).

So, when we say: "use bdm tool to do something", you will have to adapt the command-line to conform to your installation. Examples:

  • Legacy and Conda installations: you can invoke BeeDeeM tools directly, since path to BeeDeeM tools is added in your PATH environment variable

  • Docker: prefix BeeDeeM command-line tool name with: "docker run .../..."

  • Singularity: prefix BeeDeeM command-line tool name with: "singularity run .../..."

BeeDeeM master command

Running BeeDeeM is as simple as using the unique command: bdm.

You get help with: bdm -h or bdm --help.

BeeDeeM sub-commands

Expected first argument of bdm command is one of the following sub-commands (also called BeeDeeM tools):

sub-command
description

annot

annotate a BLAST XML formatted file

check

check whether or not a descriptor is still ok (URL not broken, etc)

delete

delete bank(s)

desc

get list of bank descriptors from default conf directory, i.e. ${installDir}/conf/descriptors

info

print out list of installed banks

You can easily get an overview of all these tools using such a command:

  • bdm -h: display available list of tools along with a short description

  • bdm install -h: display usage of tool install

install

install bank(s)

query

query bank repository to fetch entry(ies) given ID(s)

ui

start bank manager graphical user interface