File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/76/5adba1533d9673cf559a37dc7c0abf/.command.sh
- Size
- 214 bytes
- Task
- transform_data
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail echo "Stage 2: Transformed data" > transformed.txt custom-script.sh "test-arg" >> transformed.txt cat input.txt >> transformed.txt echo "Transform complete at $(date)" >> transformed.txt