Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Add PM header to be in line with samtools
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Oct 3, 2018
1 parent c865ee2 commit 11a569f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bio/sam/header.d
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ mixin HeaderLineStruct!("RgLine", "@RG", "identifier",
Field!("predicted_insert_size", "PI", int),
Field!("platform", "PL"),
Field!("platform_unit", "PU"),
Field!("sample", "SM"));
Field!("sample", "SM"),
Field!("platform_model", "PM"));

mixin HeaderLineStruct!("PgLine", "@PG", "identifier",
Field!("identifier", "ID"),
Expand Down

0 comments on commit 11a569f

Please sign in to comment.