File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a6/0a563d41b1e1c06acad9fbb04faaeb/.command.sh
Size
214 bytes
Attempt
#!/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