Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 6, 2021
1 parent 74eb4a0 commit 40126ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/gwas/src/LinearManhattanRenderer/configSchema.js
Original file line number Diff line number Diff line change
@@ -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',
},
},
Expand Down

0 comments on commit 40126ed

Please sign in to comment.