File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f3/8e1fa35729f0e6edeb2a6612d99d04/.command.sh
- Size
- 251 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
tar -czf negative_somatic_Sig_18_Blood.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