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-test-69efe9f7
Error Report
Error executing process > 'VALIDATE_DATA:VALIDATE_FILE (test_sample_1)'
Caused by:
Process `VALIDATE_DATA:VALIDATE_FILE (test_sample_1)` terminated with an error exit status (1)
Command executed:
echo "=== Validating test_sample_1 ==="
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:
1
Command output:
(empty)
Work dir:
s3://natera-rnd-pltf-stage-nextflow-scratch-01/work/87/e6e8b7150c2bb9b0b7ca90e5e04336
Container:
292967571998.dkr.ecr.us-west-2.amazonaws.com/nextflow-pipeline-template/validate:latest
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
- 87675dac-b891-46bc-b34c-3251bc2ddba0
- 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:00 PM
- Completed
- Apr 27, 2026 4:02 PM
- Duration
- 2m 5s
- Post-workflow Transfer
- 2s
- Exit Status
- 1
- Peak Tasks / CPU / Mem
- 4 / 16 / 50.0 GB