You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/genomicsqlite_big_tests.wdl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
version1.0
2
+
# Tests GenomicSQLite loaders, queries, & misc ops on some full-size datasets
2
3
3
4
workflowgenomicsqlite_big_tests {
4
5
input {
@@ -129,7 +130,7 @@ task test_sam {
129
130
130
131
# add a QNAME-sorted seqs table
131
132
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"
133
134
>&2ls-l"~{dbname}"
134
135
time /usr/lib/python3.8/genomicsqlite.py"~{dbname}""PRAGMA journal_mode=off; DROP TABLE reads_seqs_by_qname"
0 commit comments