Skip to content

Commit 44348f6

Browse files
committed
Fixed typo
1 parent 798acf0 commit 44348f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/pipelines/ONT/Preprocessing/ONTBasecallDorado.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ task Basecall {
189189
190190
# Ensure uniqueness by picking the first value if multiple values are found
191191
runid=$(echo "$runid" | head -1)
192-
sampleid=$(echo "$sampleid" | he
192+
sampleid=$(echo "$sampleid" | head -1)
193193
start_time=$(echo "$start_time" | head -1)
194194
model_version_id=$(echo "$model_version_id" | head -1)
195195

0 commit comments

Comments
 (0)