Last active
August 29, 2015 14:08
-
-
Save hcorrada/cebe2e20f64f94876ceb to your computer and use it in GitHub Desktop.
standalone settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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