Skip to content

Commit

Permalink
Use craiUrlTemplate in saveStore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 16, 2018
1 parent a353638 commit 875dfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/Store/SeqFeature/CRAM.js
Expand Up @@ -323,7 +323,7 @@ return declare( [ SeqFeatureStore, DeferredStatsMixin, DeferredFeaturesMixin, Gl
saveStore: function() {
return {
urlTemplate: this.config.bam.url,
baiUrlTemplate: this.config.bai.url
craiUrlTemplate: this.config.crai.url
};
}

Expand Down

0 comments on commit 875dfb0

Please sign in to comment.