Skip to content

Commit 5789a9b

Browse files
committed
restore old page sizes
1 parent ebb6d30 commit 5789a9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/genomicsqlite_big_tests.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ task test_sam {
124124
# CRAM given; make BAM to take reference downloads out of the timings
125125
wget -nv -O - '~{cram_ref_fa_gz}' | pigz -dc > "${TMPDIR}/cram_ref.fa"
126126
samtools faidx "${TMPDIR}/cram_ref.fa"
127-
bam_file="${TMPDIR}/$(basename reads_file .cram).bam"
127+
bam_file="${TMPDIR}/$(basename "$reads_file" .cram).bam"
128128
time samtools view -T "${TMPDIR}/cram_ref.fa" -h -O BAM -@ 8 "$reads_file" > "$bam_file"
129129
reads_file=$bam_file
130130
fi
131131
>&2 ls -l "$reads_file"
132132
133133
# load database
134-
time sam_into_sqlite "$reads_file" '~{dbname}'
134+
time sam_into_sqlite --inner-page-KiB 64 --outer-page-KiB 2 "$reads_file" '~{dbname}'
135135
>&2 ls -l '~{dbname}'
136136
137137
# compaction

0 commit comments

Comments
 (0)