Skip to content

Commit

Permalink
Turn on call-caching for all of the pipelines by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex Wang committed Jan 29, 2018
1 parent f0a69ad commit ed13b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/10x/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"read_from_cache": false
"read_from_cache": true
}
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"read_from_cache": false
"read_from_cache": true
}
2 changes: 1 addition & 1 deletion adapter_pipelines/smart_seq2/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"read_from_cache": false
"read_from_cache": true
}
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_sample/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"read_from_cache": false
"read_from_cache": true
}

0 comments on commit ed13b61

Please sign in to comment.