File Info

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