Skip to content

Commit

Permalink
Merge pull request #15 from HumanCellAtlas/cw-turn-call-cahing-off-by…
Browse files Browse the repository at this point in the history
…-default

Turn on call-caching for all of the pipelines by default.
  • Loading branch information
rexwangcc authored Jan 29, 2018
2 parents f0a69ad + ed13b61 commit dce76a3
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 dce76a3

Please sign in to comment.