Skip to content

Commit

Permalink
Update default dontRedispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 21, 2024
1 parent 84736cc commit 911480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gff3/src/Gff3TabixAdapter/configSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Gff3TabixAdapter = ConfigurationSchema(
*/
dontRedispatch: {
type: 'stringArray',
defaultValue: ['chromosome', 'region'],
defaultValue: ['chromosome', 'region', 'contig'],
},
},
{ explicitlyTyped: true },
Expand Down

0 comments on commit 911480a

Please sign in to comment.