Skip to content

Commit 31f134b

Browse files
replace pip out key with bedstat and bedbuncher out keys
1 parent 912b42a commit 31f134b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bbconf/const.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
CFG_DATABASE_KEY = "database"
2828
CFG_HOST_KEY = "host"
2929
CFG_PORT_KEY = "port"
30-
CFG_PIP_OUTPUT_KEY = "pipelines_output"
30+
CFG_BEDSTAT_OUTPUT_KEY = "bedstat_output"
31+
CFG_BEDBUNCHER_OUTPUT_KEY = "bedbuncher_output"
3132
CFG_BED_INDEX_KEY = "bed_index"
3233
CFG_BEDSET_INDEX_KEY = "bedset_index"
3334

3435
CFG_KEYS = [
3536
"CFG_PATH_KEY", "CFG_SERVER_KEY", "CFG_DATABASE_KEY", "CFG_HOST_KEY",
36-
"CFG_PORT_KEY", "CFG_PIP_OUTPUT_KEY", "CFG_BED_INDEX_KEY", "CFG_BEDSET_INDEX_KEY"]
37+
"CFG_PORT_KEY", "CFG_BEDSTAT_OUTPUT_KEY", "CFG_BEDBUNCHER_OUTPUT_KEY",
38+
"CFG_BED_INDEX_KEY", "CFG_BEDSET_INDEX_KEY"]
3739

3840
DEFAULT_SECTION_VALUES = {
3941
CFG_DATABASE_KEY: {

0 commit comments

Comments
 (0)