Tasks
Actions
AI-generated troubleshooting analysis is available in the AI Analysis tab.
Resume
To resume this run, resubmit with same or fixed code. You can also change other parameters but that will affect caching behavior.
-resume s3files-daq-69efedd2
Error Report
Error executing process > 'DAQ:CONTROL_VARIANT_CALLING:PREPARE_INTERVALS:CREATE_INTERVALS_BED (xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed)'
Caused by:
Process `DAQ:CONTROL_VARIANT_CALLING:PREPARE_INTERVALS:CREATE_INTERVALS_BED (xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed)` terminated with an error exit status (2)
Command executed:
awk -vFS=" " '{
t = $5 # runtime estimate
if (t == "") {
# no runtime estimate in this row, assume default value
t = ($3 - $2) / 15000
}
if (name == "" || (chunk > 600 && (chunk + t) > longest * 1.05)) {
# start a new chunk
name = sprintf("%s_%d-%d.bed", $1, $2+1, $3)
chunk = 0
longest = 0
}
if (t > longest)
longest = t
chunk += t
print $0 > name
}' xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:PREPARE_INTERVALS:CREATE_INTERVALS_BED":
gawk: $(awk -Wversion | sed '1!d; s/.*Awk //; s/,.*//')
END_VERSIONS
Command exit status:
2
Command output:
(empty)
Command error:
awk: fatal: cannot open file `xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed' for reading: No such file or directory
Work dir:
s3://natera-rnd-pltf-stage-nextflow-scratch-01/work/a8/8421f50b63933ae6589963ea16a8f4
Container:
292967571998.dkr.ecr.us-west-2.amazonaws.com/quay/biocontainers/gawk:5.1.0
Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`
Workflow
- Language / Cluster
- Nextflow / pltf-dev
- Session ID
- 2ad3c396-5a16-4191-908f-c5346d69eeca
- Source
- /code/main.nf
- Work Dir
- s3://natera-rnd-pltf-stage-nextflow-scratch-01/work
- Submitted By
- -
- Resumed
- No
Cost and Runtime
- Status
- failed
- Outputs
- computing…
- Started
- Apr 27, 2026 4:14 PM
- Completed
- Apr 27, 2026 4:20 PM
- Duration
- 5m 25s
- Post-workflow Transfer
- 1s
- Exit Status
- 2
- Peak Tasks / CPU / Mem
- 10 / 506 / 3.8 TB