Variable SAMHeaderSchemaConst
SAMHeaderSchema: Type<
(
In: {
format: "sam-header";
type: "HD" | "SQ" | "RG" | "PG" | "CO";
fields: Record<string, string>;
lineNumber?: number;
},
) => Out<
{
format: "sam-header";
type: "HD"
| "SQ"
| "RG"
| "PG"
| "CO";
fields: Record<string, string>;
lineNumber?: number;
},
>,
{},
> = ...
SAM header validation schema