Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Jan 31, 2025
1 parent bf5db4e commit cd2a3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/meta/workflow/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ def get_formatted_file_deliverable(
.replace("SAMPLENAME", sample_name)
.replace("PATHTOCASE", case_path)
)
LOG.info(deliverables[deliverable_field])
# If the formatted value contains a wildcard (*), expand it
deliverables[deliverable_field] = glob.glob(deliverables[deliverable_field])
LOG.info(deliverables[deliverable_field])
Expand Down

0 comments on commit cd2a3ba

Please sign in to comment.