We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798acf0 commit 44348f6Copy full SHA for 44348f6
wdl/pipelines/ONT/Preprocessing/ONTBasecallDorado.wdl
@@ -189,7 +189,7 @@ task Basecall {
189
190
# Ensure uniqueness by picking the first value if multiple values are found
191
runid=$(echo "$runid" | head -1)
192
- sampleid=$(echo "$sampleid" | he
+ sampleid=$(echo "$sampleid" | head -1)
193
start_time=$(echo "$start_time" | head -1)
194
model_version_id=$(echo "$model_version_id" | head -1)
195
0 commit comments