File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/0b/aa9a6d69fcc59e474fcbfb984d3e11/.command.sh
- Size
- 190 bytes
- Task
- generate_data
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail echo "Stage 1: Initial data" > input.txt echo "Timestamp: $(date)" >> input.txt echo "Hostname: $(hostname)" >> input.txt echo "Pipeline ID: 2797160" >> input.txt