File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4a/1a90e55672e6f2fb34828f4cf9f3f6/.command.sh
Size
151 bytes
Task
finalize
Attempt
#!/bin/bash -Ceuo pipefail
echo "Stage 3: Final output" > final.txt
cat transformed.txt >> final.txt
echo "Pipeline completed at $(date)" >> final.txt