|
1 | 1 | [DEFAULT]
|
2 |
| -# All sections below are required unless otherwise specified. |
3 |
| -# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. |
4 |
| - |
5 |
| -### Python library ### |
6 | 2 | repo = bifrost_bridge
|
7 |
| -lib_name = %(repo)s |
8 |
| -version = 0.0.1 |
| 3 | +lib_name = bifrost_bridge |
| 4 | +version = 0.0.2 |
9 | 5 | min_python = 3.8
|
10 | 6 | license = MIT
|
11 | 7 | black_formatting = True
|
12 |
| - |
13 |
| -### nbdev ### |
14 | 8 | doc_path = _docs
|
15 | 9 | lib_path = bifrost_bridge
|
16 | 10 | nbs_path = nbs
|
17 | 11 | recursive = True
|
18 | 12 | tst_flags = notest
|
19 | 13 | put_version_in_init = True
|
20 |
| - |
21 |
| -### Docs ### |
22 | 14 | branch = main
|
23 | 15 | custom_sidebar = False
|
24 |
| -doc_host = https://%(user)s.github.io |
25 |
| -doc_baseurl = /%(repo)s |
26 |
| -git_url = https://github.com/%(user)s/%(repo)s |
27 |
| -title = %(lib_name)s |
28 |
| - |
29 |
| -### PyPI ### |
| 16 | +doc_host = https://$GIT_USER_NAME.github.io |
| 17 | +doc_baseurl = /bifrost_bridge |
| 18 | +git_url = https://github.com/$GIT_USER_NAME/bifrost_bridge |
| 19 | +title = bifrost_bridge |
30 | 20 | audience = Developers
|
31 | 21 | author = $GIT_USER_NAME
|
32 | 22 |
|
33 |
| -copyright = 2024 onwards, %(author)s |
| 23 | +copyright = 2024 onwards, $GIT_USER_NAME |
34 | 24 | description = TODO
|
35 | 25 | keywords = nbdev jupyter notebook python
|
36 | 26 | language = English
|
37 | 27 | status = 3
|
38 | 28 | user = $GIT_USER_NAME
|
39 | 29 | conda_user = PovilasMat
|
40 |
| - |
41 |
| -### Optional ### |
42 |
| -# requirements = fastcore pandas |
43 |
| -# dev_requirements = |
44 | 30 | requirements = fastcore
|
45 | 31 | pip_requirements = python_dotenv envyaml pandas black
|
46 | 32 | conda_requirements = python-dotenv povilasmat::envyaml pandas black
|
47 | 33 | console_scripts =
|
48 |
| - bridge_mlst=bifrost_bridge.mlst:process_mlst_data_from_cli |
49 |
| - bridge_fastp=bifrost_bridge.fastp:process_fastp_data_from_cli |
50 |
| - bridge_quast=bifrost_bridge.quast:process_quast_data_from_cli |
51 |
| - bridge_plasmidfinder=bifrost_bridge.plasmidfinder:process_plasmidfinder_data_from_cli |
52 |
| - bridge_amrfinderplus=bifrost_bridge.amrfinderplus:process_amrfinderplus_data_from_cli |
53 |
| - bridge_bracken=bifrost_bracken.bracken:process_bracken_data_from_cli |
54 |
| - bridge_pmlst=bifrost_bridge.pmlst:process_pmlst_data_from_cli |
55 |
| - bridge_qc=bifrost_bridge.bifrost:process_qc_data |
| 34 | + bridge_mlst=bifrost_bridge.mlst:process_mlst_data_from_cli |
| 35 | + bridge_fastp=bifrost_bridge.fastp:process_fastp_data_from_cli |
| 36 | + bridge_quast=bifrost_bridge.quast:process_quast_data_from_cli |
| 37 | + bridge_plasmidfinder=bifrost_bridge.plasmidfinder:process_plasmidfinder_data_from_cli |
| 38 | + bridge_amrfinderplus=bifrost_bridge.amrfinderplus:process_amrfinderplus_data_from_cli |
| 39 | + bridge_bracken=bifrost_bridge.bracken:process_bracken_data_from_cli |
| 40 | + bridge_pmlst=bifrost_bridge.pmlst:process_pmlst_data_from_cli |
| 41 | + bridge_qc=bifrost_bridge.bifrost:process_qc_data |
| 42 | +readme_nb = index.ipynb |
| 43 | +allowed_metadata_keys = |
| 44 | +allowed_cell_metadata_keys = |
| 45 | +jupyter_hooks = False |
| 46 | +clean_ids = True |
| 47 | +clear_all = False |
| 48 | +cell_number = True |
| 49 | +skip_procs = |
| 50 | + |
0 commit comments