diff --git a/plugins/gwas/src/LinearManhattanRenderer/configSchema.js b/plugins/gwas/src/LinearManhattanRenderer/configSchema.js index c6d57e09ea..7f5e578fff 100644 --- a/plugins/gwas/src/LinearManhattanRenderer/configSchema.js +++ b/plugins/gwas/src/LinearManhattanRenderer/configSchema.js @@ -1,11 +1,11 @@ import { ConfigurationSchema } from '@jbrowse/core/configuration' export default ConfigurationSchema( - 'SNPCoverageRenderer', + 'LinearManhattanRenderer', { - clipColor: { + color: { type: 'color', - description: 'the color of the clipping marker', + description: 'the color of the marks', defaultValue: 'red', }, },