File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/6d/9a4f43682b6b5545ace3f6b5ee811e/.command.sh
- Size
- 241 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
tar -czf germline_HCC1395_BL.tar.gz -C inputs .
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:TAR_CONTROL_VC_OUTPUTS":
tar: $(tar --version | head -1 | sed 's/tar (GNU tar) //')
END_VERSIONS