File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/81/9d24eecb3aa5fc7ea8a8c3ca16f5f9/.command.sh
Size
800 bytes
Attempt
#!/bin/bash -Ceuo pipefail
analyze \
    --tumor-bam Sig_18_tissue.recalibrated.bam \
    --normal-bam normal/Sig_18_Blood.recalibrated.bam \
    --case-id custom_Sig_18_tumor_normal \
    --save \
    --save-location . \
    --save-format both \
    --name custom_Sig_18_tumor_normal \
    --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 custom_Sig_18_tumor_normal_results.txt custom_Sig_18_tumor_normal_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