Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 3, 2024
1 parent 58994de commit 273ebea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/meta/upload/scout/raredisease_config_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def include_case_files(self) -> None:

def include_sample_files(self, config_sample: ScoutIndividual = None) -> None:
for scout_key in RAREDISEASE_SAMPLE_TAGS.keys():
LOG.info(f"Scout key: {scout_key}")
scout_key = scout_key.replace("chromograph_", "chromograph_images.")
self._include_sample_file(scout_key)

Expand Down

0 comments on commit 273ebea

Please sign in to comment.