Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Feb 20, 2024
1 parent fdd6bbb commit 776de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def get_deliverables_for_sample(
.replace("CASEID", case_id)
.replace("SAMPLEID", sample_id)
.replace("SAMPLENAME", sample_name)
.replace("CASEPATH", case_path)
.replace("PATHTOCASE", case_path)
)
files.append(FileDeliverable(**deliverables))
return files
Expand Down

0 comments on commit 776de61

Please sign in to comment.