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 9b3f3dde-213a-49f7-b661-7d20e68571a0 -name ecanigur-main-2026-01-13t21-30-22z
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/5d/d5bee8ae6c93912bb3688e49aca59d
Container:
quay.io/biocontainers/arriba:2.4.0--h0033a41_2
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
- 9b3f3dde-213a-49f7-b661-7d20e68571a0
- Source
- /code/main.nf
- Work Dir
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work
- Output Dir
- /code/results
- Submitted By
- ecanigur (project:myproject, env:dev)
- Resumed
- No
Cost and Runtime
- Status
- failed
- Cost
- $0.84
- Outputs
- computing…
- Started
- Jan 13, 2026 1:30 PM
- Completed
- Jan 13, 2026 1:32 PM
- Duration
- 1m 51s
- Exit Status
- 143
- Peak Tasks / CPU / Mem
- 9 / 29 / 85.0 GB