Skip to content

Commit b7a71cf

Browse files
committed
minor
1 parent 44ffd10 commit b7a71cf

File tree

2 files changed

+25
-30
lines changed

2 files changed

+25
-30
lines changed

bifrost_bridge/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

settings.ini

+24-29
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,50 @@
11
[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 ###
62
repo = bifrost_bridge
7-
lib_name = %(repo)s
8-
version = 0.0.1
3+
lib_name = bifrost_bridge
4+
version = 0.0.2
95
min_python = 3.8
106
license = MIT
117
black_formatting = True
12-
13-
### nbdev ###
148
doc_path = _docs
159
lib_path = bifrost_bridge
1610
nbs_path = nbs
1711
recursive = True
1812
tst_flags = notest
1913
put_version_in_init = True
20-
21-
### Docs ###
2214
branch = main
2315
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
3020
audience = Developers
3121
author = $GIT_USER_NAME
3222
author_email = [email protected]
33-
copyright = 2024 onwards, %(author)s
23+
copyright = 2024 onwards, $GIT_USER_NAME
3424
description = TODO
3525
keywords = nbdev jupyter notebook python
3626
language = English
3727
status = 3
3828
user = $GIT_USER_NAME
3929
conda_user = PovilasMat
40-
41-
### Optional ###
42-
# requirements = fastcore pandas
43-
# dev_requirements =
4430
requirements = fastcore
4531
pip_requirements = python_dotenv envyaml pandas black
4632
conda_requirements = python-dotenv povilasmat::envyaml pandas black
4733
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

Comments
 (0)