Skip to content

Instantly share code, notes, and snippets.

@hcorrada
Last active August 29, 2015 14:08
Show Gist options
  • Save hcorrada/cebe2e20f64f94876ceb to your computer and use it in GitHub Desktop.
Save hcorrada/cebe2e20f64f94876ceb to your computer and use it in GitHub Desktop.
standalone settings
/**
* Created by Florin Chelaru ( florinc [at] umd [dot] edu )
* Date: 10/9/13
* Time: 11:13 AM
*/
/**
* Overrides the default configuration settings for EpiViz
*/
epiviz.EpiViz.SETTINGS = {
seqName: ''
startLocation: 0
endLocation: 0
defaultWorkspaceSettings: {
name: epiviz.workspaces.Workspace.DEFAULT_WORKSPACE_NAME,
content: {
range: {
seqName: ''
start: 1
width: 1
},
measurements: [],
charts: {
track: [],
plot: []
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment