Skip to content

Commit

Permalink
Update Sam.hpp
Browse files Browse the repository at this point in the history
remove space in the @pg header

Illumina#14
  • Loading branch information
lindenb authored and edmundmiller committed Dec 7, 2023
1 parent 86551f4 commit e687d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/sam/SamGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class SamGenerator {
const std::string rgsm)
{
os << "@HD\tVN:1.4\tSO:unsorted\n";
os << "@PG\tID: DRAGEN-OS\tVN:" DRAGEN_OS_VERSION "\tCL:" << commandLine << "\n";
os << "@PG\tID:DRAGEN-OS\tVN:" DRAGEN_OS_VERSION "\tCL:" << commandLine << "\n";
os << "@RG\tID:" << rgid << "\tLB:LB0\tPL:PL0\tPU:PU0\tSM:" << rgsm << "\n";

// sequences must be generated in the original order but they are internally sorted by increasing
Expand Down

0 comments on commit e687d78

Please sign in to comment.