Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
services moved to bycon from byconaut
  • Loading branch information
mbaudis committed Sep 18, 2024
1 parent 72eef77 commit ea58d7a
Show file tree
Hide file tree
Showing 67 changed files with 7,587 additions and 425 deletions.
1 change: 1 addition & 0 deletions bycon/definitions/argument_definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ output:
* `cnvstats`, for `analyses`, to present some CNV statistics
* `pgxseg`, using the `.pgxseg` variant file format
* `text`, for some services to deliver a text table instead of JSON
* in byconaut for the target database when copying...
include_handovers:
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion bycon/lib/service_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from args_parsing import *
from config import *
from beacon_auth import *
from bycon_helpers import return_paginated_list, prdbug, set_debug_state, test_truthy
from bycon_helpers import return_paginated_list, prdbug, prdbughead, set_debug_state, test_truthy
from dataset_parsing import select_dataset_ids
from parse_filters_request import parse_filters

Expand Down
Loading

0 comments on commit ea58d7a

Please sign in to comment.