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 6748856e-31b4-448c-bf23-97b625eeea54 -name elated_magritte
Error Report
Error executing process > 'VALIDATE_DATA:VALIDATE_FILE (HCC1395T)'
Caused by:
Process `VALIDATE_DATA:VALIDATE_FILE (HCC1395T)` terminated with an error exit status (143)
Command executed:
echo "=== Validating HCC1395T ==="
validation_passed="false"
all_valid=true
for fastq in SRR7890918_WES_HCC1395-EA_tumor_1.fastq.gz SRR7890918_WES_HCC1395-EA_tumor_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/75/7b9ac2c437ad16dc2a4600c3d6b3f6
Container:
quay.io/biocontainers/arriba:2.4.0--h0033a41_2
Tip: when you have fixed the problem you can continue the execution adding the option `-resume` to the run command line
Workflow
- Language / Cluster
- Nextflow / pltf-dev
- Session ID
- 6748856e-31b4-448c-bf23-97b625eeea54
- 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 04, 2026 1:02 AM
- Completed
- Jan 04, 2026 1:05 AM
- Duration
- 2m 51s
- Post-workflow Transfer
- 9s
- Exit Status
- 143
- Peak Tasks / CPU / Mem
- 5 / 25 / 81.0 GB