-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
43 lines (43 loc) · 1.21 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[DEFAULT]
repo = bps_fbi_sp_ecoli
lib_name = bps_fbi_sp_ecoli
version = 0.0.7
min_python = 3.7
license = MIT
black_formatting = 1
doc_path = _docs
lib_path = bps_fbi_sp_ecoli
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = False
doc_host = https://ssi-dk.github.io
doc_baseurl = /bps_fbi_sp_ecoli
git_url = https://github.com/ssi-dk/bps_fbi_sp_ecoli
title = bps_fbi_sp_ecoli
audience = Developers
author = kalilamali
author_email = kloc@ssi.dk
copyright = 2024 onwards, kalilamali
description = Species specific scripts for ecoli
keywords = nbdev jupyter notebook python
language = English
status = 3
user = ssi-dk
requirements = fastcore
pip_requirements = python_dotenv envyaml pandas requests openpyxl
conda_requirements = kma python-dotenv
console_scripts =
core_hello_world=bps_fbi_sp_ecoli.core:cli
hello_two_world=bps_fbi_sp_ecoli.hello_world:cli
fbi_run_ecolityping=bps_fbi_sp_ecoli.run_ecolityping:cli
fbi_run_postecolityping=bps_fbi_sp_ecoli.run_postecolityping:cli
fbi_run_qcecolisummary=bps_fbi_sp_ecoli.run_qcecolisummary:cli
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False