File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d0/6135b4ea0505f6fc276eae63629eda/.command.sh
- Size
- 151 bytes
- Task
- finalize
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail echo "Stage 3: Final output" > final.txt cat transformed.txt >> final.txt echo "Pipeline completed at $(date)" >> final.txt