Tasks
Actions
Resume
To resume this run, resubmit with same or fixed code. You can also change other parameters but that will affect caching behavior.
-resume 63ef89d8-8a01-460e-b9d5-f30f0fd83144 -name magical_brahmagupta
Error Report
Error executing process > 'VALIDATE_DATA:VALIDATE_FILE (HCC1395N)'
Caused by:
Process `VALIDATE_DATA:VALIDATE_FILE (HCC1395N)` terminated with an error exit status (143)
Command executed:
echo "=== Validating HCC1395N ==="
validation_passed="false"
all_valid=true
for fastq in SRR7890919_WES_HCC1395BL-EA_normal_1.fastq.gz SRR7890919_WES_HCC1395BL-EA_normal_2.fastq.gz; do
if [[ ! -f "${fastq}" ]]; then
echo "ERROR: File not found: ${fastq}"
all_valid=false
elif [[ ! -s "${fastq}" ]]; then
echo "ERROR: File is empty: ${fastq}"
all_valid=false
else
echo "PASS: ${fastq}"
fi
done
if ${all_valid}; then
validation_passed="true"
fi
echo "Validation: ${validation_passed}"
echo "${validation_passed}" > validation_status.txt
Command exit status:
143
Command output:
(empty)
Work dir:
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/87/1e0d7e44c9398ff41472ebf25872e6
Container:
quay.io/biocontainers/arriba:2.4.0--h0033a41_2
Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`
Workflow
- Language / Cluster
- Nextflow / pltf-dev
- Session ID
- 63ef89d8-8a01-460e-b9d5-f30f0fd83144
- Work Dir
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work
- Output Dir
- /app/results
- Submitted By
- unknown
- Resumed
- No
Cost and Runtime
- Status
- failed
- Outputs
- computing…
- Started
- Jan 08, 2026 6:12 PM
- Completed
- Jan 08, 2026 6:16 PM
- Duration
- 4m 31s
- Post-workflow Transfer
- 10s
- Exit Status
- 143
- Peak Tasks / CPU / Mem
- 3 / 17 / 49.0 GB