Skip to content

Commit

Permalink
Add contig to the default dontRedispatch list for Gff3TabixAdapter (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 23, 2024
1 parent 84736cc commit deb2102
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 deb2102

Please sign in to comment.