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 01d68304-fddf-401b-9b25-f086d9d1f417 -name aava-test-6a187a18
Error Report
Error executing process > 'hba_samples:CONCORDANCE'
Caused by:
Process `hba_samples:CONCORDANCE` terminated with an error exit status (1)
Command executed:
python3 << 'EOF'
import csv
min_coverage = "30"
with open("hba_samples.tsv") as f:
rows = list(csv.DictReader(f, delimiter='\t'))
with open("hba_samples_concordance.txt", "w") as out:
out.write(f"=== Concordance: {len(rows)} samples ===\n")
out.write(f"Min Coverage: {min_coverage}\n\n")
for row in rows:
out.write(f"{row['sample_id']}: {row['truth_path']} vs {row['sample_path']} -> PASS\n")
EOF
Command exit status:
1
Command output:
(empty)
Command error:
Command 'ps' required by nextflow to collect task metrics cannot be found
Work dir:
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/af/e701bfcc8d9a04e25b1e5cdf35514c
Container:
python:3.12-slim
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
- 01d68304-fddf-401b-9b25-f086d9d1f417
- Source
- /code/main.nf
- Work Dir
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work
- Submitted By
- ecanigur (source:aava)
- Resumed
- No
Cost and Runtime
- Status
- failed
- Cost
- $0.00
- Outputs
- 2 KB
- Started
- May 28, 2026 10:24 AM
- Completed
- May 28, 2026 10:26 AM
- Duration
- 1m 24s
- Post-workflow Transfer
- 8s
- Exit Status
- 1
- Peak Tasks / CPU / Mem
- 1 / 2 / 4.0 GB