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 1d673189-0b97-43e8-9629-4097e5b9e862 -name nf-soma-cnv-test5
Error Report
Error executing process > 'SOMATIC_CNV_CALLING:SOMA_CNV_NORMALIZE (1029_0W2-N1-BDNA-1_B23KGCJLT4_1)'
Caused by:
Process `SOMATIC_CNV_CALLING:SOMA_CNV_NORMALIZE (1029_0W2-N1-BDNA-1_B23KGCJLT4_1)` terminated with an error exit status (1)
Command executed:
SEX=$(python3 -c "
import pandas as pd
sex = pd.read_csv('sex_calls.csv')
lookup = dict(zip(sex['specimen_id'], sex['inferred_sex']))
s = lookup.get('1029_0W2', 'unknown')
print('male' if s != 'female' else 'female')
")
python /usr/local/bin/normalize_sample.py \
--counts 1029_0W2-N1-BDNA-1_B23KGCJLT4_1_probes.tsv.gz \
--batch-reference batch_reference.parquet \
--gc-reference /usr/local/share/probe_gc_content.tsv \
--sex $SEX \
--sample-id 1029_0W2-N1-BDNA-1_B23KGCJLT4_1 \
--specimen-id 1029_0W2 \
--flowcell A23KCGYLT4 \
--sample-type normal \
--output 1029_0W2-N1-BDNA-1_B23KGCJLT4_1_normalized.parquet \
--feature-stats-output 1029_0W2-N1-BDNA-1_B23KGCJLT4_1_gam_stats.json
Command exit status:
1
Command output:
(empty)
Command error:
Loaded 472,386 probes for 1029_0W2-N1-BDNA-1_B23KGCJLT4_1
Sex homology mask: 1494 probes set to mask=2
5-feature GAM: R²=0.9416
Traceback (most recent call last):
File "/usr/local/bin/normalize_sample.py", line 187, in <module>
normalize_one_sample(
File "/usr/local/bin/normalize_sample.py", line 121, in normalize_one_sample
os.makedirs(os.path.dirname(output_path), exist_ok=True)
File "<frozen os>", line 225, in makedirs
FileNotFoundError: [Errno 2] No such file or directory: ''
Work dir:
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f6/84ffdb41438fd5b9eeeed39efa9e83
Container:
292967571998.dkr.ecr.us-west-2.amazonaws.com/soma-cnv:latest
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
- 1d673189-0b97-43e8-9629-4097e5b9e862
- Source
- /code/main.nf
- Work Dir
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work
- Submitted By
- chnobles
- Resumed
- No
Cost and Runtime
- Status
- failed
- Cost
- $1.28
- Outputs
- 60 MB
- Started
- Jun 02, 2026 11:41 AM
- Completed
- Jun 02, 2026 11:46 AM
- Duration
- 4m 45s
- Post-workflow Transfer
- 0s
- Exit Status
- 1
- Peak Tasks / CPU / Mem
- 20 / 80 / 320.0 GB