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