File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a8/2ddd166dc18c19267f7c9f9f31c825/.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