Skip to content

Commit

Permalink
add spatial option to Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdkouril committed Jan 29, 2025
1 parent d32043c commit e14a0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gosling-schema/gosling.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export type ResponsiveSpecOfMultipleViews = {
}[];
};

export type Layout = 'linear' | 'circular';
export type Layout = 'linear' | 'circular' | 'spatial';
export type Orientation = 'horizontal' | 'vertical';

/** Custom chromosome sizes, e.g., [["foo", 1000], ["bar", 300], ["baz", 240]] */
Expand Down

0 comments on commit e14a0f8

Please sign in to comment.