Skip to content

Commit 4cbab83

Browse files
committed
tweak big tests
1 parent 8811e8a commit 4cbab83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/genomicsqlite_big_tests.wdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version 1.0
2+
# Tests GenomicSQLite loaders, queries, & misc ops on some full-size datasets
23
34
workflow genomicsqlite_big_tests {
45
input {
@@ -129,7 +130,7 @@ task test_sam {
129130
130131
# add a QNAME-sorted seqs table
131132
chmod +x /usr/lib/python3.8/genomicsqlite.py
132-
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "CREATE TABLE reads_seqs_by_qname AS SELECT * from reads_seqs NOT INDEXED ORDER BY qname"
133+
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "PRAGMA cache_size=-4194304; CREATE TABLE reads_seqs_by_qname AS SELECT * from reads_seqs NOT INDEXED ORDER BY qname"
133134
>&2 ls -l "~{dbname}"
134135
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "PRAGMA journal_mode=off; DROP TABLE reads_seqs_by_qname"
135136
>&2 ls -l "~{dbname}"

0 commit comments

Comments
 (0)