Skip to content

Commit

Permalink
Remove stat
Browse files Browse the repository at this point in the history
Misc

Misc
  • Loading branch information
cmdcolin committed Nov 17, 2024
1 parent a42fb33 commit d8abe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cramFile/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default class CramRecord {
public tags: Record<string, string>
public flags: number
public cramFlags: number
public readBases?: string | null
public readBases?: string
public _refRegion?: RefRegion
public readFeatures?: ReadFeature[]
public alignmentStart: number
Expand Down

0 comments on commit d8abe34

Please sign in to comment.