Skip to content

fix issue 83: add cli command for unlocking database directory

Henning Schiebenhöfer requested to merge 83_cli_command_for_db_dir_unlock into master

Fixes: #83

I cannot think of a way to make users aware of this option, in case the directory is locked. I would prefer if prophane suggests to execute prophane unlock-db-dir config.yaml if the db-directory is locked. I have no idea how to make this happen, though.

  • add cli command unlock-db-dir for unlocking database directory if a previous prophane run left a locked database directory
  • add number of available cpus to snakemake call, to prevent arguments following --cores to be interpreted as cpu number

Merge request reports