Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Jun 11, 2024
1 parent cc83403 commit abfe647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deconstructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1169,9 +1169,9 @@ string Deconstructor::get_vcf_header() {
stream << "\">" << endl;
}
if (path_to_sample_phase && cluster_threshold < 1) {
stream << "##FORMAT=<ID=TS,Number=1,Type=Float,Descript=\"Similarity between the sample's actual path and its allele\">"
stream << "##FORMAT=<ID=TS,Number=1,Type=Float,Description=\"Similarity between the sample's actual path and its allele\">"
<< endl;
stream << "##FORMAT=<ID=TL,Number=1,Type=Integer,Descript=\"Length difference between the sample's actual path and its allele\">"
stream << "##FORMAT=<ID=TL,Number=1,Type=Integer,Description=\"Length difference between the sample's actual path and its allele\">"
<< endl;

}
Expand Down

1 comment on commit abfe647

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch deconstruct. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17287 seconds

Please sign in to comment.