File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8a/b4e4eadd0b8c0ae3190723003c3325/.command.sh
Size
1007 bytes
Attempt
#!/bin/bash -Ceuo pipefail
analyze \
    --tumor-bam 1173_DXK-T1-TDNA-01_B23T7FYLT4_1.recalibrated.bam \
    --normal-bam normal/1173_DXK-N1-BDNA-01_B23T7FYLT4_1.recalibrated.bam \
    --case-id 1173_DXK-T1-TDNA-01_B23T7FYLT4_1_vs_1173_DXK-N1-BDNA-01_B23T7FYLT4_1 \
    --save \
    --save-location . \
    --save-format both \
    --name 1173_DXK-T1-TDNA-01_B23T7FYLT4_1_vs_1173_DXK-N1-BDNA-01_B23T7FYLT4_1 \
    --cores 16 \
    --coverage 100 \
    --confidence-interval 0.95 \
     --microsatellites-list 1500_dropped_panel_with_boosted_msi_regions.tsv --model mi_msi_v0_4_0_200x_attn.model --use-attention 

mimsi_results_to_json.py 1173_DXK-T1-TDNA-01_B23T7FYLT4_1_vs_1173_DXK-N1-BDNA-01_B23T7FYLT4_1_results.txt 1173_DXK-T1-TDNA-01_B23T7FYLT4_1_vs_1173_DXK-N1-BDNA-01_B23T7FYLT4_1_results.json

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:MIMSI_ANALYZE":
    mimsi: $(analyze --version 2>&1 | sed 's/.*version - //; s/ .*//' || echo 'unknown')
END_VERSIONS