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 test_vcf_sort_mateids1_smr2
Error Report
Error executing process > 'COPY_INPUT_TO_OUTDIR (copy_input)'
Caused by:
Process `COPY_INPUT_TO_OUTDIR (copy_input)` terminated with an error exit status (143)
Command executed:
mkdir -p input_sheets
# Copy samplesheet to input_sheets/ (same filename)
if [ -f "sm_testing/cgp_rna_exp0022_v4_v2.csv" ]; then
cp "sm_testing/cgp_rna_exp0022_v4_v2.csv" "input_sheets/"
else
echo "Samplesheet not found: sm_testing/cgp_rna_exp0022_v4_v2.csv" >&2
exit 1
fi
# Copy metadata.csv if present
metadata_found=false
for pattern in "metadata" "metadata.csv" "Metadata" "Metadata.csv" "METADATA" "METADATA.CSV"; do
if [ -f "sm_testing/${pattern}" ]; then
echo "Metadata file found: ${pattern}, copying to input_sheets/metadata.csv"
cp "sm_testing/${pattern}" "input_sheets/metadata.csv"
metadata_found=true
break
fi
done
if [ "$metadata_found" = false ]; then
metadata_file=$(find "sm_testing" -maxdepth 1 -iname "*metadata*" -type f 2>/dev/null | head -1)
if [ -n "$metadata_file" ]; then
echo "Metadata file found (case-insensitive): $(basename $metadata_file), copying to input_sheets/metadata.csv"
cp "$metadata_file" "input_sheets/metadata.csv"
else
echo "No metadata file found in sm_testing"
fi
fi
Command exit status:
143
Command output:
(empty)
Work dir:
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/5c/c2b80bd44cbd0391c7890ced18897c
Container:
292967571998.dkr.ecr.us-west-2.amazonaws.com/biocontainers/pandas:1.5.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
- 6ad08795-37c1-4c4f-972f-7ed2ac9ed375
- Source
- /code/main.nf
- Work Dir
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work
- Submitted By
- smedina (rnafusion testing)
- Resumed
- Yes
Cost and Runtime
- Status
- failed
- Cost
- $0.30
- Outputs
- 36 MB
- Started
- Mar 03, 2026 9:54 AM
- Completed
- Mar 03, 2026 9:59 AM
- Duration
- 4m 34s
- Post-workflow Transfer
- 2s
- Exit Status
- 143
- Peak Tasks / CPU / Mem
- 4 / 10 / 28.0 GB