File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/5a/5bf53bd8afd23a9494f4dd6e1ac094/.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: 2790081" >> input.txt