BeeDeeM is a general purpose Bioinformatics Databank Manager.
1/ conda installation :
conda install -c sebimer -c cyclus beedeem
2/ test software :
First declare variables to target a working directory and a place where BeeDeeM has to install banks:
export SCRATCH=/tmp
export KL_WORKING_DIR=$SCRATCH/bdm-test ; mkdir -p $KL_WORKING_DIR
export KL_mirror__path=$SCRATCH/bdm-banks ; mkdir -p $KL_mirror__path
Then, simply get BeeDeeM install script's help message:
bdm -h
If ok, start a simple installation:
bdm install -desc PDB_proteins,SwissProt_human
More? BeeDeeM user manual is available on GitBooks.