File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b9/e8917cbdeb9a48d4e1cdfd5a2530a7/.command.sh
Size
377 bytes
Attempt
#!/bin/bash -euo pipefail
collect_qc_metrics.py \
    --discovered discovered_outputs.tsv \
    --manifest analysis_manifest.tsv \
    --output qc_metrics.tsv \
    --missing-audit qc_missing_or_unreadable.tsv

cat <<-END_VERSIONS > versions.yml
"RECALL:COLLECT_QC_METRICS":
    python: $(python --version 2>&1 | sed 's/Python //')
    collect_qc_metrics: "1.0.0"
END_VERSIONS