Skip to content

Commit

Permalink
Update filename for PacBio case-study
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702028030
  • Loading branch information
kishwarshafin authored and copybara-github committed Dec 3, 2024
1 parent 03f725c commit b8d744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inference_deepvariant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ if [[ "${MODEL_PRESET}" = "PACBIO" ]]; then
BASE="${HOME}/pacbio-case-study"

REF="${REF:=${GCS_DATA_DIR}/case-study-testdata/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna}"
BAM="${BAM:=${GCS_DATA_DIR}/pacbio-case-study-testdata/HG003.SPRQ.pacbio.GRCh38.40x.nov2024.bam}"
BAM="${BAM:=${GCS_DATA_DIR}/pacbio-case-study-testdata/HG003.SPRQ.pacbio.GRCh38.nov2024.bam}"
TRUTH_VCF="${TRUTH_VCF:=${GCS_DATA_DIR}/case-study-testdata/HG003_GRCh38_1_22_v4.2.1_benchmark.vcf.gz}"
TRUTH_BED="${TRUTH_BED:=${GCS_DATA_DIR}/case-study-testdata/HG003_GRCh38_1_22_v4.2.1_benchmark_noinconsistent.bed}"
elif [[ "${MODEL_PRESET}" = "ONT_R104" ]]; then
Expand Down

0 comments on commit b8d744f

Please sign in to comment.