Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
dbman
Commits
1996f4bd
Commit
1996f4bd
authored
Jun 03, 2020
by
Lukas Jelonek
Browse files
Update Maintainer information and readme
parent
972053f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
1996f4bd
...
...
@@ -89,13 +89,14 @@ Delete undesirable databases::
# from the s3 cloud directory
dbman delete example/database example/tool* s3
remplace the standard directory to save the data
::
Configure database storage directories via environment variables
::
#
change
local d
irectory with the environment variable
#
set
local d
atabase directory, default "./"
export DBMAN_DBDIR = example/path
# change remote directory with the environment variable
export DBMAN_S3DIR = example/path
# s3 support is based on s3cmd. See its manual to setup s3
# set subdirectory in s3 bucket, default is s3://db_storage
export DBMAN_S3DIR = s3://example/path
The standard directories(local and remote) can also be change with optional parameters.
...
...
setup.cfg
View file @
1996f4bd
[metadata]
name = dbman
author =
Rudel Fankep
author-email =
Rudel.C.NKouamedjo-fankep@
bio.uni-giessen.de
description = Download, convert and
upload databases to cloud server
author =
Lukas Jelonek
author-email =
lukas.jelonek@computational.
bio.uni-giessen.de
description = Download, convert and
distribute biological databases
description-file = README.rst
project_urls =
Source Code = https://git.computational.bio.uni-giessen.de/
cfankep/psotdb
.git
Source Code = https://git.computational.bio.uni-giessen.de/
SOaAS/dbman
.git
keywords = tools, databases
license = MIT
...
...
setup.py
View file @
1996f4bd
from
setuptools
import
setup
# this is only necessary when not using setuptools/distribute
from
sphinx.setup_command
import
BuildDoc
cmdclass
=
{
'build_sphinx'
:
BuildDoc
}
setup
(
setup_requires
=
[
'pbr'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment