File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/40/04e264c30c7a6341794a517e9ba9a2/.command.sh
Size
417 bytes
Attempt
#!/bin/bash -Ceuo pipefail
awk '
    NR == 2 {
        printf "total_sites\t%s\n",     $1
        printf "unstable_sites\t%s\n",  $2
        printf "unstable_pct\t%s\n",    $3
    }
' negative_somatic_control_1_xgen > negative_somatic_control_1.msi.tsv

cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_METRICS:NEGATIVE_SOMATIC_METRICS:MSI":
    gawk: $(awk -W version 2>&1 | head -n1 | awk '{print $3}')
END_VERSIONS