Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Dec 18, 2023
1 parent f4c4b82 commit c4f319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_read_utils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ task get_bam_samplename {
maxRetries: 2
}
output {
String sample_name = read_string(SAMPLE_NAME)
String sample_name = read_string("SAMPLE_NAME")
}
}
Expand Down

0 comments on commit c4f319c

Please sign in to comment.