File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/93/e979fb65c12a3150a96838c6aa6832/.command.sh
- Size
- 436 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
python /usr/local/bin/export_viewer.py \
--probe-agg 1029_01S_probe_agg.tsv.gz \
--pairs pairs.tsv \
--segments 1029_01S_segments.tsv \
--output-dir viewer \
--specimens-file <(echo "1029_01S") \
--workers 4
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:SOMATIC_CNV_CALLING:SOMA_CNV_EXPORT_VIEWER":
soma-cnv: 20260604-914d02b
END_VERSIONS