File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/0b/6089cdbb31bc333087741581610df2/.command.sh
Size
190 bytes
Attempt
#!/bin/bash -Ceuo pipefail
echo "Stage 1: Initial data" > input.txt
echo "Timestamp: $(date)" >> input.txt
echo "Hostname: $(hostname)" >> input.txt
echo "Pipeline ID: 2801985" >> input.txt